Shades of Lavender Grey #BBBCE8
Tints of Lavender Grey #BBBCE8
RGB
CMYK
RGB Variations
Color information
#BBBCE8 (or 0xBBBCE8) is known color: Lavender Grey. HEX triplet: BB, BC and E8. RGB value is (187,188,232). Sum of RGB (Red+Green+Blue) = 187+188+232=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCE8 is #444317. Grayscale: #C0C0C0. Windows color (decimal): -4473624 or 15252667. OLE color: 15252667.
HSL color Cylindrical-coordinate representation of color #BBBCE8: hue angle of 238.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBCE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 188 | 232 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 238.67º | 0.49% | 0.82% | - |
| HSV(B) | 238.67º | 0.19% | 0.91% | - |
| XYZ | 53.04 | 52.36 | 83.65 | - |
| YUV | 192.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 232 | 0.19 | 0.19 | 0 | 0.09 | 238.67 | 0.49 | 0.82 |
| Hex | BB | BC | E8 | 13 | 13 | 0 | 9 | EF | 31 | 52 |
| Octal | 273 | 274 | 350 | 23 | 23 | 0 | 11 | 357 | 61 | 122 |
| Binary | 10111011 | 10111100 | 11101000 | 10011 | 10011 | 0 | 1001 | 11101111 | 110001 | 1010010 |
Color Harmonies of #BBBCE8
Complementary color
Monochromatic Colors of #BBBCE8
Black with #BBBCE8
Text Example
Text Example
White with #BBBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE8; }
p { color: rgb(187,188,232); }
H1.HeaderClassName
{
color: #BBBCE8;
}
.AnyTagClassName
{
color: #BBBCE8;
}
</style>
background-color css
<style>
a { background-color: #BBBCE8; }
a { background-color: rgb(187,188,232); }
div.DivClassName
{
background-color: #BBBCE8;
}
.BgClassName
{
background-color: #BBBCE8;
}
</style>
border-color css
<style>
span { border-color: #BBBCE8; }
span { border-color: rgb(187,188,232); }
td.TdClassName
{
border-color: #BBBCE8;
}
.TagClassName
{
border-color: #BBBCE8;
}
</style>