Shades of Lavender Grey #B0B1CB
Tints of Lavender Grey #B0B1CB
RGB
CMYK
RGB Variations
Color information
#B0B1CB (or 0xB0B1CB) is known color: Lavender Grey. HEX triplet: B0, B1 and CB. RGB value is (176,177,203). Sum of RGB (Red+Green+Blue) = 176+177+203=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0B1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B1CB is #4F4E34. Grayscale: #B3B3B3. Windows color (decimal): -5197365 or 13349296. OLE color: 13349296.
HSL color Cylindrical-coordinate representation of color #B0B1CB: hue angle of 237.78º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B1CB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 177 | 203 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.20 |
| HSL | 237.78º | 0.21% | 0.74% | - |
| HSV(B) | 237.78º | 0.13% | 0.8% | - |
| XYZ | 44.41 | 44.99 | 62.84 | - |
| YUV | 179.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 203 | 0.13 | 0.13 | 0 | 0.20 | 237.78 | 0.21 | 0.74 |
| Hex | B0 | B1 | CB | D | D | 0 | 14 | EE | 15 | 4A |
| Octal | 260 | 261 | 313 | 15 | 15 | 0 | 24 | 356 | 25 | 112 |
| Binary | 10110000 | 10110001 | 11001011 | 1101 | 1101 | 0 | 10100 | 11101110 | 10101 | 1001010 |
Color Harmonies of #B0B1CB
Complementary color
Monochromatic Colors of #B0B1CB
Black with #B0B1CB
Text Example
Text Example
White with #B0B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B1CB; }
p { color: rgb(176,177,203); }
H1.HeaderClassName
{
color: #B0B1CB;
}
.AnyTagClassName
{
color: #B0B1CB;
}
</style>
background-color css
<style>
a { background-color: #B0B1CB; }
a { background-color: rgb(176,177,203); }
div.DivClassName
{
background-color: #B0B1CB;
}
.BgClassName
{
background-color: #B0B1CB;
}
</style>
border-color css
<style>
span { border-color: #B0B1CB; }
span { border-color: rgb(176,177,203); }
td.TdClassName
{
border-color: #B0B1CB;
}
.TagClassName
{
border-color: #B0B1CB;
}
</style>