Shades of Lavender Grey #BCBBDE
Tints of Lavender Grey #BCBBDE
RGB
CMYK
RGB Variations
Color information
#BCBBDE (or 0xBCBBDE) is known color: Lavender Grey. HEX triplet: BC, BB and DE. RGB value is (188,187,222). Sum of RGB (Red+Green+Blue) = 188+187+222=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDE is #434421. Grayscale: #BFBFBF. Windows color (decimal): -4408354 or 14597052. OLE color: 14597052.
HSL color Cylindrical-coordinate representation of color #BCBBDE: hue angle of 241.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBBDE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 187 | 222 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.13 |
| HSL | 241.71º | 0.35% | 0.8% | - |
| HSV(B) | 241.71º | 0.16% | 0.87% | - |
| XYZ | 51.69 | 51.51 | 76.32 | - |
| YUV | 191.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 222 | 0.15 | 0.16 | 0 | 0.13 | 241.71 | 0.35 | 0.8 |
| Hex | BC | BB | DE | F | 10 | 0 | D | F2 | 23 | 50 |
| Octal | 274 | 273 | 336 | 17 | 20 | 0 | 15 | 362 | 43 | 120 |
| Binary | 10111100 | 10111011 | 11011110 | 1111 | 10000 | 0 | 1101 | 11110010 | 100011 | 1010000 |
Color Harmonies of #BCBBDE
Complementary color
Monochromatic Colors of #BCBBDE
Black with #BCBBDE
Text Example
Text Example
White with #BCBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBDE; }
p { color: rgb(188,187,222); }
H1.HeaderClassName
{
color: #BCBBDE;
}
.AnyTagClassName
{
color: #BCBBDE;
}
</style>
background-color css
<style>
a { background-color: #BCBBDE; }
a { background-color: rgb(188,187,222); }
div.DivClassName
{
background-color: #BCBBDE;
}
.BgClassName
{
background-color: #BCBBDE;
}
</style>
border-color css
<style>
span { border-color: #BCBBDE; }
span { border-color: rgb(188,187,222); }
td.TdClassName
{
border-color: #BCBBDE;
}
.TagClassName
{
border-color: #BCBBDE;
}
</style>