Shades of Lavender Grey #BCBBE2
Tints of Lavender Grey #BCBBE2
RGB
CMYK
RGB Variations
Color information
#BCBBE2 (or 0xBCBBE2) is known color: Lavender Grey. HEX triplet: BC, BB and E2. RGB value is (188,187,226). Sum of RGB (Red+Green+Blue) = 188+187+226=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE2 is #43441D. Grayscale: #BFBFBF. Windows color (decimal): -4408350 or 14859196. OLE color: 14859196.
HSL color Cylindrical-coordinate representation of color #BCBBE2: hue angle of 241.54º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBBE2 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 187 | 226 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.11 |
| HSL | 241.54º | 0.4% | 0.81% | - |
| HSV(B) | 241.54º | 0.17% | 0.89% | - |
| XYZ | 52.24 | 51.72 | 79.18 | - |
| YUV | 191.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 226 | 0.17 | 0.17 | 0 | 0.11 | 241.54 | 0.4 | 0.81 |
| Hex | BC | BB | E2 | 11 | 11 | 0 | B | F2 | 28 | 51 |
| Octal | 274 | 273 | 342 | 21 | 21 | 0 | 13 | 362 | 50 | 121 |
| Binary | 10111100 | 10111011 | 11100010 | 10001 | 10001 | 0 | 1011 | 11110010 | 101000 | 1010001 |
Color Harmonies of #BCBBE2
Complementary color
Monochromatic Colors of #BCBBE2
Black with #BCBBE2
Text Example
Text Example
White with #BCBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBE2; }
p { color: rgb(188,187,226); }
H1.HeaderClassName
{
color: #BCBBE2;
}
.AnyTagClassName
{
color: #BCBBE2;
}
</style>
background-color css
<style>
a { background-color: #BCBBE2; }
a { background-color: rgb(188,187,226); }
div.DivClassName
{
background-color: #BCBBE2;
}
.BgClassName
{
background-color: #BCBBE2;
}
</style>
border-color css
<style>
span { border-color: #BCBBE2; }
span { border-color: rgb(188,187,226); }
td.TdClassName
{
border-color: #BCBBE2;
}
.TagClassName
{
border-color: #BCBBE2;
}
</style>