Shades of Lavender Grey #BCBFCE
Tints of Lavender Grey #BCBFCE
RGB
CMYK
RGB Variations
Color information
#BCBFCE (or 0xBCBFCE) is known color: Lavender Grey. HEX triplet: BC, BF and CE. RGB value is (188,191,206). Sum of RGB (Red+Green+Blue) = 188+191+206=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCE is #434031. Grayscale: #BFBFBF. Windows color (decimal): -4407346 or 13549500. OLE color: 13549500.
HSL color Cylindrical-coordinate representation of color #BCBFCE: hue angle of 230º 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 #BCBFCE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 191 | 206 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.19 |
| HSL | 230º | 0.16% | 0.77% | - |
| HSV(B) | 230º | 0.09% | 0.81% | - |
| XYZ | 50.51 | 52.41 | 65.85 | - |
| YUV | 191.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 206 | 0.09 | 0.07 | 0 | 0.19 | 230 | 0.16 | 0.77 |
| Hex | BC | BF | CE | 9 | 7 | 0 | 13 | E6 | 10 | 4D |
| Octal | 274 | 277 | 316 | 11 | 7 | 0 | 23 | 346 | 20 | 115 |
| Binary | 10111100 | 10111111 | 11001110 | 1001 | 111 | 0 | 10011 | 11100110 | 10000 | 1001101 |
Color Harmonies of #BCBFCE
Complementary color
Monochromatic Colors of #BCBFCE
Black with #BCBFCE
Text Example
Text Example
White with #BCBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFCE; }
p { color: rgb(188,191,206); }
H1.HeaderClassName
{
color: #BCBFCE;
}
.AnyTagClassName
{
color: #BCBFCE;
}
</style>
background-color css
<style>
a { background-color: #BCBFCE; }
a { background-color: rgb(188,191,206); }
div.DivClassName
{
background-color: #BCBFCE;
}
.BgClassName
{
background-color: #BCBFCE;
}
</style>
border-color css
<style>
span { border-color: #BCBFCE; }
span { border-color: rgb(188,191,206); }
td.TdClassName
{
border-color: #BCBFCE;
}
.TagClassName
{
border-color: #BCBFCE;
}
</style>