Shades of Lavender Grey #BCBFE0
Tints of Lavender Grey #BCBFE0
RGB
CMYK
RGB Variations
Color information
#BCBFE0 (or 0xBCBFE0) is known color: Lavender Grey. HEX triplet: BC, BF and E0. RGB value is (188,191,224). Sum of RGB (Red+Green+Blue) = 188+191+224=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE0 is #43401F. Grayscale: #C1C1C1. Windows color (decimal): -4407328 or 14729148. OLE color: 14729148.
HSL color Cylindrical-coordinate representation of color #BCBFE0: hue angle of 235º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBFE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 191 | 224 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.12 |
| HSL | 235º | 0.37% | 0.81% | - |
| HSV(B) | 235º | 0.16% | 0.88% | - |
| XYZ | 52.82 | 53.33 | 78.03 | - |
| YUV | 193.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 224 | 0.16 | 0.15 | 0 | 0.12 | 235 | 0.37 | 0.81 |
| Hex | BC | BF | E0 | 10 | F | 0 | C | EB | 25 | 51 |
| Octal | 274 | 277 | 340 | 20 | 17 | 0 | 14 | 353 | 45 | 121 |
| Binary | 10111100 | 10111111 | 11100000 | 10000 | 1111 | 0 | 1100 | 11101011 | 100101 | 1010001 |
Color Harmonies of #BCBFE0
Complementary color
Monochromatic Colors of #BCBFE0
Black with #BCBFE0
Text Example
Text Example
White with #BCBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFE0; }
p { color: rgb(188,191,224); }
H1.HeaderClassName
{
color: #BCBFE0;
}
.AnyTagClassName
{
color: #BCBFE0;
}
</style>
background-color css
<style>
a { background-color: #BCBFE0; }
a { background-color: rgb(188,191,224); }
div.DivClassName
{
background-color: #BCBFE0;
}
.BgClassName
{
background-color: #BCBFE0;
}
</style>
border-color css
<style>
span { border-color: #BCBFE0; }
span { border-color: rgb(188,191,224); }
td.TdClassName
{
border-color: #BCBFE0;
}
.TagClassName
{
border-color: #BCBFE0;
}
</style>