Shades of Lavender Grey #BCBBD4
Tints of Lavender Grey #BCBBD4
RGB
CMYK
RGB Variations
Color information
#BCBBD4 (or 0xBCBBD4) is known color: Lavender Grey. HEX triplet: BC, BB and D4. RGB value is (188,187,212). Sum of RGB (Red+Green+Blue) = 188+187+212=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBD4 is #43442B. Grayscale: #BEBEBE. Windows color (decimal): -4408364 or 13941692. OLE color: 13941692.
HSL color Cylindrical-coordinate representation of color #BCBBD4: hue angle of 242.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBBD4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 187 | 212 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.17 |
| HSL | 242.4º | 0.23% | 0.78% | - |
| HSV(B) | 242.4º | 0.12% | 0.83% | - |
| XYZ | 50.39 | 50.99 | 69.47 | - |
| YUV | 190.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 212 | 0.11 | 0.12 | 0 | 0.17 | 242.4 | 0.23 | 0.78 |
| Hex | BC | BB | D4 | B | C | 0 | 11 | F2 | 17 | 4E |
| Octal | 274 | 273 | 324 | 13 | 14 | 0 | 21 | 362 | 27 | 116 |
| Binary | 10111100 | 10111011 | 11010100 | 1011 | 1100 | 0 | 10001 | 11110010 | 10111 | 1001110 |
Color Harmonies of #BCBBD4
Complementary color
Monochromatic Colors of #BCBBD4
Black with #BCBBD4
Text Example
Text Example
White with #BCBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBD4; }
p { color: rgb(188,187,212); }
H1.HeaderClassName
{
color: #BCBBD4;
}
.AnyTagClassName
{
color: #BCBBD4;
}
</style>
background-color css
<style>
a { background-color: #BCBBD4; }
a { background-color: rgb(188,187,212); }
div.DivClassName
{
background-color: #BCBBD4;
}
.BgClassName
{
background-color: #BCBBD4;
}
</style>
border-color css
<style>
span { border-color: #BCBBD4; }
span { border-color: rgb(188,187,212); }
td.TdClassName
{
border-color: #BCBBD4;
}
.TagClassName
{
border-color: #BCBBD4;
}
</style>