Shades of Lavender Grey #BCBDCE
Tints of Lavender Grey #BCBDCE
RGB
CMYK
RGB Variations
Color information
#BCBDCE (or 0xBCBDCE) is known color: Lavender Grey. HEX triplet: BC, BD and CE. RGB value is (188,189,206). Sum of RGB (Red+Green+Blue) = 188+189+206=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCE is #434231. Grayscale: #BEBEBE. Windows color (decimal): -4407858 or 13548988. OLE color: 13548988.
HSL color Cylindrical-coordinate representation of color #BCBDCE: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBDCE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 189 | 206 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.19 |
| HSL | 236.67º | 0.16% | 0.77% | - |
| HSV(B) | 236.67º | 0.09% | 0.81% | - |
| XYZ | 50.08 | 51.54 | 65.7 | - |
| YUV | 190.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 206 | 0.09 | 0.08 | 0 | 0.19 | 236.67 | 0.16 | 0.77 |
| Hex | BC | BD | CE | 9 | 8 | 0 | 13 | ED | 10 | 4D |
| Octal | 274 | 275 | 316 | 11 | 10 | 0 | 23 | 355 | 20 | 115 |
| Binary | 10111100 | 10111101 | 11001110 | 1001 | 1000 | 0 | 10011 | 11101101 | 10000 | 1001101 |
Color Harmonies of #BCBDCE
Complementary color
Monochromatic Colors of #BCBDCE
Black with #BCBDCE
Text Example
Text Example
White with #BCBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDCE; }
p { color: rgb(188,189,206); }
H1.HeaderClassName
{
color: #BCBDCE;
}
.AnyTagClassName
{
color: #BCBDCE;
}
</style>
background-color css
<style>
a { background-color: #BCBDCE; }
a { background-color: rgb(188,189,206); }
div.DivClassName
{
background-color: #BCBDCE;
}
.BgClassName
{
background-color: #BCBDCE;
}
</style>
border-color css
<style>
span { border-color: #BCBDCE; }
span { border-color: rgb(188,189,206); }
td.TdClassName
{
border-color: #BCBDCE;
}
.TagClassName
{
border-color: #BCBDCE;
}
</style>