Shades of Lavender Grey #BCB9E1
Tints of Lavender Grey #BCB9E1
RGB
CMYK
RGB Variations
Color information
#BCB9E1 (or 0xBCB9E1) is known color: Lavender Grey. HEX triplet: BC, B9 and E1. RGB value is (188,185,225). Sum of RGB (Red+Green+Blue) = 188+185+225=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9E1 is #43461E. Grayscale: #BEBEBE. Windows color (decimal): -4408863 or 14793148. OLE color: 14793148.
HSL color Cylindrical-coordinate representation of color #BCB9E1: hue angle of 244.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB9E1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 185 | 225 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.12 |
| HSL | 244.5º | 0.4% | 0.8% | - |
| HSV(B) | 244.5º | 0.18% | 0.88% | - |
| XYZ | 51.68 | 50.83 | 78.32 | - |
| YUV | 190.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 225 | 0.16 | 0.18 | 0 | 0.12 | 244.5 | 0.4 | 0.8 |
| Hex | BC | B9 | E1 | 10 | 12 | 0 | C | F4 | 28 | 50 |
| Octal | 274 | 271 | 341 | 20 | 22 | 0 | 14 | 364 | 50 | 120 |
| Binary | 10111100 | 10111001 | 11100001 | 10000 | 10010 | 0 | 1100 | 11110100 | 101000 | 1010000 |
Color Harmonies of #BCB9E1
Complementary color
Monochromatic Colors of #BCB9E1
Black with #BCB9E1
Text Example
Text Example
White with #BCB9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9E1; }
p { color: rgb(188,185,225); }
H1.HeaderClassName
{
color: #BCB9E1;
}
.AnyTagClassName
{
color: #BCB9E1;
}
</style>
background-color css
<style>
a { background-color: #BCB9E1; }
a { background-color: rgb(188,185,225); }
div.DivClassName
{
background-color: #BCB9E1;
}
.BgClassName
{
background-color: #BCB9E1;
}
</style>
border-color css
<style>
span { border-color: #BCB9E1; }
span { border-color: rgb(188,185,225); }
td.TdClassName
{
border-color: #BCB9E1;
}
.TagClassName
{
border-color: #BCB9E1;
}
</style>