Shades of Lavender Grey #BCBECE
Tints of Lavender Grey #BCBECE
RGB
CMYK
RGB Variations
Color information
#BCBECE (or 0xBCBECE) is known color: Lavender Grey. HEX triplet: BC, BE and CE. RGB value is (188,190,206). Sum of RGB (Red+Green+Blue) = 188+190+206=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECE is #434131. Grayscale: #BFBFBF. Windows color (decimal): -4407602 or 13549244. OLE color: 13549244.
HSL color Cylindrical-coordinate representation of color #BCBECE: hue angle of 233.33º 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 #BCBECE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 190 | 206 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.19 |
| HSL | 233.33º | 0.16% | 0.77% | - |
| HSV(B) | 233.33º | 0.09% | 0.81% | - |
| XYZ | 50.29 | 51.97 | 65.77 | - |
| YUV | 191.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 206 | 0.09 | 0.08 | 0 | 0.19 | 233.33 | 0.16 | 0.77 |
| Hex | BC | BE | CE | 9 | 8 | 0 | 13 | E9 | 10 | 4D |
| Octal | 274 | 276 | 316 | 11 | 10 | 0 | 23 | 351 | 20 | 115 |
| Binary | 10111100 | 10111110 | 11001110 | 1001 | 1000 | 0 | 10011 | 11101001 | 10000 | 1001101 |
Color Harmonies of #BCBECE
Complementary color
Monochromatic Colors of #BCBECE
Black with #BCBECE
Text Example
Text Example
White with #BCBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBECE; }
p { color: rgb(188,190,206); }
H1.HeaderClassName
{
color: #BCBECE;
}
.AnyTagClassName
{
color: #BCBECE;
}
</style>
background-color css
<style>
a { background-color: #BCBECE; }
a { background-color: rgb(188,190,206); }
div.DivClassName
{
background-color: #BCBECE;
}
.BgClassName
{
background-color: #BCBECE;
}
</style>
border-color css
<style>
span { border-color: #BCBECE; }
span { border-color: rgb(188,190,206); }
td.TdClassName
{
border-color: #BCBECE;
}
.TagClassName
{
border-color: #BCBECE;
}
</style>