Shades of Lavender Grey #BBBCE6
Tints of Lavender Grey #BBBCE6
RGB
CMYK
RGB Variations
Color information
#BBBCE6 (or 0xBBBCE6) is known color: Lavender Grey. HEX triplet: BB, BC and E6. RGB value is (187,188,230). Sum of RGB (Red+Green+Blue) = 187+188+230=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCE6 is #444319. Grayscale: #C0C0C0. Windows color (decimal): -4473626 or 15121595. OLE color: 15121595.
HSL color Cylindrical-coordinate representation of color #BBBCE6: hue angle of 238.6º 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 #BBBCE6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 188 | 230 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.10 |
| HSL | 238.6º | 0.46% | 0.82% | - |
| HSV(B) | 238.6º | 0.19% | 0.9% | - |
| XYZ | 52.76 | 52.24 | 82.17 | - |
| YUV | 192.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 230 | 0.19 | 0.18 | 0 | 0.10 | 238.6 | 0.46 | 0.82 |
| Hex | BB | BC | E6 | 13 | 12 | 0 | A | EF | 2E | 52 |
| Octal | 273 | 274 | 346 | 23 | 22 | 0 | 12 | 357 | 56 | 122 |
| Binary | 10111011 | 10111100 | 11100110 | 10011 | 10010 | 0 | 1010 | 11101111 | 101110 | 1010010 |
Color Harmonies of #BBBCE6
Complementary color
Monochromatic Colors of #BBBCE6
Black with #BBBCE6
Text Example
Text Example
White with #BBBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCE6; }
p { color: rgb(187,188,230); }
H1.HeaderClassName
{
color: #BBBCE6;
}
.AnyTagClassName
{
color: #BBBCE6;
}
</style>
background-color css
<style>
a { background-color: #BBBCE6; }
a { background-color: rgb(187,188,230); }
div.DivClassName
{
background-color: #BBBCE6;
}
.BgClassName
{
background-color: #BBBCE6;
}
</style>
border-color css
<style>
span { border-color: #BBBCE6; }
span { border-color: rgb(187,188,230); }
td.TdClassName
{
border-color: #BBBCE6;
}
.TagClassName
{
border-color: #BBBCE6;
}
</style>