Shades of Lavender Grey #BCB6E8
Tints of Lavender Grey #BCB6E8
RGB
CMYK
RGB Variations
Color information
#BCB6E8 (or 0xBCB6E8) is known color: Lavender Grey. HEX triplet: BC, B6 and E8. RGB value is (188,182,232). Sum of RGB (Red+Green+Blue) = 188+182+232=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCB6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6E8 is #434917. Grayscale: #BDBDBD. Windows color (decimal): -4409624 or 15251132. OLE color: 15251132.
HSL color Cylindrical-coordinate representation of color #BCB6E8: hue angle of 247.2º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB6E8 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 182 | 232 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.09 |
| HSL | 247.2º | 0.52% | 0.81% | - |
| HSV(B) | 247.2º | 0.22% | 0.91% | - |
| XYZ | 52.03 | 49.97 | 83.25 | - |
| YUV | 189.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 232 | 0.19 | 0.22 | 0 | 0.09 | 247.2 | 0.52 | 0.81 |
| Hex | BC | B6 | E8 | 13 | 16 | 0 | 9 | F7 | 34 | 51 |
| Octal | 274 | 266 | 350 | 23 | 26 | 0 | 11 | 367 | 64 | 121 |
| Binary | 10111100 | 10110110 | 11101000 | 10011 | 10110 | 0 | 1001 | 11110111 | 110100 | 1010001 |
Color Harmonies of #BCB6E8
Complementary color
Monochromatic Colors of #BCB6E8
Black with #BCB6E8
Text Example
Text Example
White with #BCB6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6E8; }
p { color: rgb(188,182,232); }
H1.HeaderClassName
{
color: #BCB6E8;
}
.AnyTagClassName
{
color: #BCB6E8;
}
</style>
background-color css
<style>
a { background-color: #BCB6E8; }
a { background-color: rgb(188,182,232); }
div.DivClassName
{
background-color: #BCB6E8;
}
.BgClassName
{
background-color: #BCB6E8;
}
</style>
border-color css
<style>
span { border-color: #BCB6E8; }
span { border-color: rgb(188,182,232); }
td.TdClassName
{
border-color: #BCB6E8;
}
.TagClassName
{
border-color: #BCB6E8;
}
</style>