Shades of Lavender Grey #BCBED8
Tints of Lavender Grey #BCBED8
RGB
CMYK
RGB Variations
Color information
#BCBED8 (or 0xBCBED8) is known color: Lavender Grey. HEX triplet: BC, BE and D8. RGB value is (188,190,216). Sum of RGB (Red+Green+Blue) = 188+190+216=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED8 is #434127. Grayscale: #C0C0C0. Windows color (decimal): -4407592 or 14204604. OLE color: 14204604.
HSL color Cylindrical-coordinate representation of color #BCBED8: hue angle of 235.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBED8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 190 | 216 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.15 |
| HSL | 235.71º | 0.26% | 0.79% | - |
| HSV(B) | 235.71º | 0.13% | 0.85% | - |
| XYZ | 51.55 | 52.48 | 72.38 | - |
| YUV | 192.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 216 | 0.13 | 0.12 | 0 | 0.15 | 235.71 | 0.26 | 0.79 |
| Hex | BC | BE | D8 | D | C | 0 | F | EC | 1A | 4F |
| Octal | 274 | 276 | 330 | 15 | 14 | 0 | 17 | 354 | 32 | 117 |
| Binary | 10111100 | 10111110 | 11011000 | 1101 | 1100 | 0 | 1111 | 11101100 | 11010 | 1001111 |
Color Harmonies of #BCBED8
Complementary color
Monochromatic Colors of #BCBED8
Black with #BCBED8
Text Example
Text Example
White with #BCBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBED8; }
p { color: rgb(188,190,216); }
H1.HeaderClassName
{
color: #BCBED8;
}
.AnyTagClassName
{
color: #BCBED8;
}
</style>
background-color css
<style>
a { background-color: #BCBED8; }
a { background-color: rgb(188,190,216); }
div.DivClassName
{
background-color: #BCBED8;
}
.BgClassName
{
background-color: #BCBED8;
}
</style>
border-color css
<style>
span { border-color: #BCBED8; }
span { border-color: rgb(188,190,216); }
td.TdClassName
{
border-color: #BCBED8;
}
.TagClassName
{
border-color: #BCBED8;
}
</style>