Shades of Lavender Grey #BCBBE7
Tints of Lavender Grey #BCBBE7
RGB
CMYK
RGB Variations
Color information
#BCBBE7 (or 0xBCBBE7) is known color: Lavender Grey. HEX triplet: BC, BB and E7. RGB value is (188,187,231). Sum of RGB (Red+Green+Blue) = 188+187+231=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBE7 is #434418. Grayscale: #C0C0C0. Windows color (decimal): -4408345 or 15186876. OLE color: 15186876.
HSL color Cylindrical-coordinate representation of color #BCBBE7: hue angle of 241.36º degrees, saturation: 0.48, 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 #BCBBE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 187 | 231 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 241.36º | 0.48% | 0.82% | - |
| HSV(B) | 241.36º | 0.19% | 0.91% | - |
| XYZ | 52.93 | 52 | 82.85 | - |
| YUV | 192.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 231 | 0.19 | 0.19 | 0 | 0.09 | 241.36 | 0.48 | 0.82 |
| Hex | BC | BB | E7 | 13 | 13 | 0 | 9 | F1 | 30 | 52 |
| Octal | 274 | 273 | 347 | 23 | 23 | 0 | 11 | 361 | 60 | 122 |
| Binary | 10111100 | 10111011 | 11100111 | 10011 | 10011 | 0 | 1001 | 11110001 | 110000 | 1010010 |
Color Harmonies of #BCBBE7
Complementary color
Monochromatic Colors of #BCBBE7
Black with #BCBBE7
Text Example
Text Example
White with #BCBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBE7; }
p { color: rgb(188,187,231); }
H1.HeaderClassName
{
color: #BCBBE7;
}
.AnyTagClassName
{
color: #BCBBE7;
}
</style>
background-color css
<style>
a { background-color: #BCBBE7; }
a { background-color: rgb(188,187,231); }
div.DivClassName
{
background-color: #BCBBE7;
}
.BgClassName
{
background-color: #BCBBE7;
}
</style>
border-color css
<style>
span { border-color: #BCBBE7; }
span { border-color: rgb(188,187,231); }
td.TdClassName
{
border-color: #BCBBE7;
}
.TagClassName
{
border-color: #BCBBE7;
}
</style>