Shades of Lavender Grey #BCBBEB
Tints of Lavender Grey #BCBBEB
RGB
CMYK
RGB Variations
Color information
#BCBBEB (or 0xBCBBEB) is known color: Lavender Grey. HEX triplet: BC, BB and EB. RGB value is (188,187,235). Sum of RGB (Red+Green+Blue) = 188+187+235=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBEB is #434414. Grayscale: #C0C0C0. Windows color (decimal): -4408341 or 15449020. OLE color: 15449020.
HSL color Cylindrical-coordinate representation of color #BCBBEB: hue angle of 241.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBBEB is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 187 | 235 | - |
| CMYK | 0.2 | 0.20 | 0 | 0.08 |
| HSL | 241.25º | 0.55% | 0.83% | - |
| HSV(B) | 241.25º | 0.2% | 0.92% | - |
| XYZ | 53.5 | 52.23 | 85.86 | - |
| YUV | 192.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 235 | 0.2 | 0.20 | 0 | 0.08 | 241.25 | 0.55 | 0.83 |
| Hex | BC | BB | EB | 14 | 14 | 0 | 8 | F1 | 37 | 53 |
| Octal | 274 | 273 | 353 | 24 | 24 | 0 | 10 | 361 | 67 | 123 |
| Binary | 10111100 | 10111011 | 11101011 | 10100 | 10100 | 0 | 1000 | 11110001 | 110111 | 1010011 |
Color Harmonies of #BCBBEB
Complementary color
Monochromatic Colors of #BCBBEB
Black with #BCBBEB
Text Example
Text Example
White with #BCBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBEB; }
p { color: rgb(188,187,235); }
H1.HeaderClassName
{
color: #BCBBEB;
}
.AnyTagClassName
{
color: #BCBBEB;
}
</style>
background-color css
<style>
a { background-color: #BCBBEB; }
a { background-color: rgb(188,187,235); }
div.DivClassName
{
background-color: #BCBBEB;
}
.BgClassName
{
background-color: #BCBBEB;
}
</style>
border-color css
<style>
span { border-color: #BCBBEB; }
span { border-color: rgb(188,187,235); }
td.TdClassName
{
border-color: #BCBBEB;
}
.TagClassName
{
border-color: #BCBBEB;
}
</style>