Shades of Lavender Grey #B8BBCC
Tints of Lavender Grey #B8BBCC
RGB
CMYK
RGB Variations
Color information
#B8BBCC (or 0xB8BBCC) is known color: Lavender Grey. HEX triplet: B8, BB and CC. RGB value is (184,187,204). Sum of RGB (Red+Green+Blue) = 184+187+204=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCC is #474433. Grayscale: #BBBBBB. Windows color (decimal): -4670516 or 13417400. OLE color: 13417400.
HSL color Cylindrical-coordinate representation of color #B8BBCC: hue angle of 231º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BBCC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 187 | 204 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.2 |
| HSL | 231º | 0.16% | 0.76% | - |
| HSV(B) | 231º | 0.1% | 0.8% | - |
| XYZ | 48.44 | 50.09 | 64.24 | - |
| YUV | 188.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 204 | 0.10 | 0.08 | 0 | 0.2 | 231 | 0.16 | 0.76 |
| Hex | B8 | BB | CC | A | 8 | 0 | 14 | E7 | 10 | 4C |
| Octal | 270 | 273 | 314 | 12 | 10 | 0 | 24 | 347 | 20 | 114 |
| Binary | 10111000 | 10111011 | 11001100 | 1010 | 1000 | 0 | 10100 | 11100111 | 10000 | 1001100 |
Color Harmonies of #B8BBCC
Complementary color
Monochromatic Colors of #B8BBCC
Black with #B8BBCC
Text Example
Text Example
White with #B8BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBCC; }
p { color: rgb(184,187,204); }
H1.HeaderClassName
{
color: #B8BBCC;
}
.AnyTagClassName
{
color: #B8BBCC;
}
</style>
background-color css
<style>
a { background-color: #B8BBCC; }
a { background-color: rgb(184,187,204); }
div.DivClassName
{
background-color: #B8BBCC;
}
.BgClassName
{
background-color: #B8BBCC;
}
</style>
border-color css
<style>
span { border-color: #B8BBCC; }
span { border-color: rgb(184,187,204); }
td.TdClassName
{
border-color: #B8BBCC;
}
.TagClassName
{
border-color: #B8BBCC;
}
</style>