#b0b0ed color RGB value is (176,176,237)
#b0b0ed color CMYK value
#b0b0ed color HSL value
HSV(or HSB) | 240° | 25.7 | 92.9 |
XYZ | 48.716 | 46.395 | 86.508 |
Yxy | 0.268 | 0.255 | 46.395 |
LAB | 73.801 | 13.068 | -30.408 |
LUV | 73.801 | -3.632 | -50.382 |
Hunter-LAB | 68.114 | 8.466 | -27.622 |
CIE-LCH | 73.801 | 33.097 | 293.255 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | B0 | B0 | ED |
Decimal | 176 | 176 | 237 |
Octal | 260 | 260 | 355 |
Binary | 10110000 | 10110000 | 11101101 |
Below, you can see some colors close to #b0b0ed. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #b0b0ed.
<span style="color:#b0b0ed">Text here</span>
This paragraph has a background color of #b0b0ed.
<p style="background-color:#b0b0ed;">Content here</p>
This element has a border color of #b0b0ed.
<div style="border:1px #b0b0ed;">Content here</div>
.text {color:#b0b0ed;}
.background {background-color:#b0b0ed;}
.border {border:1px solid #b0b0ed;}
.text-shadow {border:1px solid #b0b0ed;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #020208 is the darkest color, while #f5f5fd is the lightest one.