Shades of Lavender Grey #BCBBDA
Tints of Lavender Grey #BCBBDA
RGB
CMYK
RGB Variations
Color information
#BCBBDA (or 0xBCBBDA) is known color: Lavender Grey. HEX triplet: BC, BB and DA. RGB value is (188,187,218). Sum of RGB (Red+Green+Blue) = 188+187+218=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBDA is #434425. Grayscale: #BEBEBE. Windows color (decimal): -4408358 or 14334908. OLE color: 14334908.
HSL color Cylindrical-coordinate representation of color #BCBBDA: hue angle of 241.94º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCBBDA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 187 | 218 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.15 |
| HSL | 241.94º | 0.3% | 0.79% | - |
| HSV(B) | 241.94º | 0.14% | 0.85% | - |
| XYZ | 51.16 | 51.29 | 73.53 | - |
| YUV | 190.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 218 | 0.14 | 0.14 | 0 | 0.15 | 241.94 | 0.3 | 0.79 |
| Hex | BC | BB | DA | E | E | 0 | F | F2 | 1E | 4F |
| Octal | 274 | 273 | 332 | 16 | 16 | 0 | 17 | 362 | 36 | 117 |
| Binary | 10111100 | 10111011 | 11011010 | 1110 | 1110 | 0 | 1111 | 11110010 | 11110 | 1001111 |
Color Harmonies of #BCBBDA
Complementary color
Monochromatic Colors of #BCBBDA
Black with #BCBBDA
Text Example
Text Example
White with #BCBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBDA; }
p { color: rgb(188,187,218); }
H1.HeaderClassName
{
color: #BCBBDA;
}
.AnyTagClassName
{
color: #BCBBDA;
}
</style>
background-color css
<style>
a { background-color: #BCBBDA; }
a { background-color: rgb(188,187,218); }
div.DivClassName
{
background-color: #BCBBDA;
}
.BgClassName
{
background-color: #BCBBDA;
}
</style>
border-color css
<style>
span { border-color: #BCBBDA; }
span { border-color: rgb(188,187,218); }
td.TdClassName
{
border-color: #BCBBDA;
}
.TagClassName
{
border-color: #BCBBDA;
}
</style>