Shades of Lavender Grey #BCB9E7
Tints of Lavender Grey #BCB9E7
RGB
CMYK
RGB Variations
Color information
#BCB9E7 (or 0xBCB9E7) is known color: Lavender Grey. HEX triplet: BC, B9 and E7. RGB value is (188,185,231). Sum of RGB (Red+Green+Blue) = 188+185+231=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9E7 is #434618. Grayscale: #BEBEBE. Windows color (decimal): -4408857 or 15186364. OLE color: 15186364.
HSL color Cylindrical-coordinate representation of color #BCB9E7: hue angle of 243.91º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB9E7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 185 | 231 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.09 |
| HSL | 243.91º | 0.49% | 0.82% | - |
| HSV(B) | 243.91º | 0.2% | 0.91% | - |
| XYZ | 52.51 | 51.16 | 82.71 | - |
| YUV | 191.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 231 | 0.19 | 0.20 | 0 | 0.09 | 243.91 | 0.49 | 0.82 |
| Hex | BC | B9 | E7 | 13 | 14 | 0 | 9 | F4 | 31 | 52 |
| Octal | 274 | 271 | 347 | 23 | 24 | 0 | 11 | 364 | 61 | 122 |
| Binary | 10111100 | 10111001 | 11100111 | 10011 | 10100 | 0 | 1001 | 11110100 | 110001 | 1010010 |
Color Harmonies of #BCB9E7
Complementary color
Monochromatic Colors of #BCB9E7
Black with #BCB9E7
Text Example
Text Example
White with #BCB9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9E7; }
p { color: rgb(188,185,231); }
H1.HeaderClassName
{
color: #BCB9E7;
}
.AnyTagClassName
{
color: #BCB9E7;
}
</style>
background-color css
<style>
a { background-color: #BCB9E7; }
a { background-color: rgb(188,185,231); }
div.DivClassName
{
background-color: #BCB9E7;
}
.BgClassName
{
background-color: #BCB9E7;
}
</style>
border-color css
<style>
span { border-color: #BCB9E7; }
span { border-color: rgb(188,185,231); }
td.TdClassName
{
border-color: #BCB9E7;
}
.TagClassName
{
border-color: #BCB9E7;
}
</style>