Shades of Lavender Grey #BBBEE6
Tints of Lavender Grey #BBBEE6
RGB
CMYK
RGB Variations
Color information
#BBBEE6 (or 0xBBBEE6) is known color: Lavender Grey. HEX triplet: BB, BE and E6. RGB value is (187,190,230). Sum of RGB (Red+Green+Blue) = 187+190+230=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEE6 is #444119. Grayscale: #C1C1C1. Windows color (decimal): -4473114 or 15122107. OLE color: 15122107.
HSL color Cylindrical-coordinate representation of color #BBBEE6: hue angle of 235.81º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBEE6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 190 | 230 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.10 |
| HSL | 235.81º | 0.46% | 0.82% | - |
| HSV(B) | 235.81º | 0.19% | 0.9% | - |
| XYZ | 53.19 | 53.1 | 82.31 | - |
| YUV | 193.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 230 | 0.19 | 0.17 | 0 | 0.10 | 235.81 | 0.46 | 0.82 |
| Hex | BB | BE | E6 | 13 | 11 | 0 | A | EC | 2E | 52 |
| Octal | 273 | 276 | 346 | 23 | 21 | 0 | 12 | 354 | 56 | 122 |
| Binary | 10111011 | 10111110 | 11100110 | 10011 | 10001 | 0 | 1010 | 11101100 | 101110 | 1010010 |
Color Harmonies of #BBBEE6
Complementary color
Monochromatic Colors of #BBBEE6
Black with #BBBEE6
Text Example
Text Example
White with #BBBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEE6; }
p { color: rgb(187,190,230); }
H1.HeaderClassName
{
color: #BBBEE6;
}
.AnyTagClassName
{
color: #BBBEE6;
}
</style>
background-color css
<style>
a { background-color: #BBBEE6; }
a { background-color: rgb(187,190,230); }
div.DivClassName
{
background-color: #BBBEE6;
}
.BgClassName
{
background-color: #BBBEE6;
}
</style>
border-color css
<style>
span { border-color: #BBBEE6; }
span { border-color: rgb(187,190,230); }
td.TdClassName
{
border-color: #BBBEE6;
}
.TagClassName
{
border-color: #BBBEE6;
}
</style>