Shades of Lavender Grey #BCB8E8
Tints of Lavender Grey #BCB8E8
RGB
CMYK
RGB Variations
Color information
#BCB8E8 (or 0xBCB8E8) is known color: Lavender Grey. HEX triplet: BC, B8 and E8. RGB value is (188,184,232). Sum of RGB (Red+Green+Blue) = 188+184+232=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8E8 is #434717. Grayscale: #BEBEBE. Windows color (decimal): -4409112 or 15251644. OLE color: 15251644.
HSL color Cylindrical-coordinate representation of color #BCB8E8: hue angle of 245º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB8E8 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 184 | 232 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.09 |
| HSL | 245º | 0.51% | 0.82% | - |
| HSV(B) | 245º | 0.21% | 0.91% | - |
| XYZ | 52.45 | 50.8 | 83.38 | - |
| YUV | 190.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 232 | 0.19 | 0.21 | 0 | 0.09 | 245 | 0.51 | 0.82 |
| Hex | BC | B8 | E8 | 13 | 15 | 0 | 9 | F5 | 33 | 52 |
| Octal | 274 | 270 | 350 | 23 | 25 | 0 | 11 | 365 | 63 | 122 |
| Binary | 10111100 | 10111000 | 11101000 | 10011 | 10101 | 0 | 1001 | 11110101 | 110011 | 1010010 |
Color Harmonies of #BCB8E8
Complementary color
Monochromatic Colors of #BCB8E8
Black with #BCB8E8
Text Example
Text Example
White with #BCB8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8E8; }
p { color: rgb(188,184,232); }
H1.HeaderClassName
{
color: #BCB8E8;
}
.AnyTagClassName
{
color: #BCB8E8;
}
</style>
background-color css
<style>
a { background-color: #BCB8E8; }
a { background-color: rgb(188,184,232); }
div.DivClassName
{
background-color: #BCB8E8;
}
.BgClassName
{
background-color: #BCB8E8;
}
</style>
border-color css
<style>
span { border-color: #BCB8E8; }
span { border-color: rgb(188,184,232); }
td.TdClassName
{
border-color: #BCB8E8;
}
.TagClassName
{
border-color: #BCB8E8;
}
</style>