Shades of Lavender Grey #BCBBEC
Tints of Lavender Grey #BCBBEC
RGB
CMYK
RGB Variations
Color information
#BCBBEC (or 0xBCBBEC) is known color: Lavender Grey. HEX triplet: BC, BB and EC. RGB value is (188,187,236). Sum of RGB (Red+Green+Blue) = 188+187+236=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBEC is #434413. Grayscale: #C0C0C0. Windows color (decimal): -4408340 or 15514556. OLE color: 15514556.
HSL color Cylindrical-coordinate representation of color #BCBBEC: hue angle of 241.22º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBBEC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 187 | 236 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.07 |
| HSL | 241.22º | 0.56% | 0.83% | - |
| HSV(B) | 241.22º | 0.21% | 0.93% | - |
| XYZ | 53.65 | 52.29 | 86.62 | - |
| YUV | 192.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 236 | 0.20 | 0.21 | 0 | 0.07 | 241.22 | 0.56 | 0.83 |
| Hex | BC | BB | EC | 14 | 15 | 0 | 7 | F1 | 38 | 53 |
| Octal | 274 | 273 | 354 | 24 | 25 | 0 | 7 | 361 | 70 | 123 |
| Binary | 10111100 | 10111011 | 11101100 | 10100 | 10101 | 0 | 111 | 11110001 | 111000 | 1010011 |
Color Harmonies of #BCBBEC
Complementary color
Monochromatic Colors of #BCBBEC
Black with #BCBBEC
Text Example
Text Example
White with #BCBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBEC; }
p { color: rgb(188,187,236); }
H1.HeaderClassName
{
color: #BCBBEC;
}
.AnyTagClassName
{
color: #BCBBEC;
}
</style>
background-color css
<style>
a { background-color: #BCBBEC; }
a { background-color: rgb(188,187,236); }
div.DivClassName
{
background-color: #BCBBEC;
}
.BgClassName
{
background-color: #BCBBEC;
}
</style>
border-color css
<style>
span { border-color: #BCBBEC; }
span { border-color: rgb(188,187,236); }
td.TdClassName
{
border-color: #BCBBEC;
}
.TagClassName
{
border-color: #BCBBEC;
}
</style>