Shades of Lavender Grey #BCB6D9
Tints of Lavender Grey #BCB6D9
RGB
CMYK
RGB Variations
Color information
#BCB6D9 (or 0xBCB6D9) is known color: Lavender Grey. HEX triplet: BC, B6 and D9. RGB value is (188,182,217). Sum of RGB (Red+Green+Blue) = 188+182+217=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCB6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6D9 is #434926. Grayscale: #BBBBBB. Windows color (decimal): -4409639 or 14268092. OLE color: 14268092.
HSL color Cylindrical-coordinate representation of color #BCB6D9: hue angle of 250.29º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB6D9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 182 | 217 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.15 |
| HSL | 250.29º | 0.32% | 0.78% | - |
| HSV(B) | 250.29º | 0.16% | 0.85% | - |
| XYZ | 49.99 | 49.16 | 72.5 | - |
| YUV | 187.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 217 | 0.13 | 0.16 | 0 | 0.15 | 250.29 | 0.32 | 0.78 |
| Hex | BC | B6 | D9 | D | 10 | 0 | F | FA | 20 | 4E |
| Octal | 274 | 266 | 331 | 15 | 20 | 0 | 17 | 372 | 40 | 116 |
| Binary | 10111100 | 10110110 | 11011001 | 1101 | 10000 | 0 | 1111 | 11111010 | 100000 | 1001110 |
Color Harmonies of #BCB6D9
Complementary color
Monochromatic Colors of #BCB6D9
Black with #BCB6D9
Text Example
Text Example
White with #BCB6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6D9; }
p { color: rgb(188,182,217); }
H1.HeaderClassName
{
color: #BCB6D9;
}
.AnyTagClassName
{
color: #BCB6D9;
}
</style>
background-color css
<style>
a { background-color: #BCB6D9; }
a { background-color: rgb(188,182,217); }
div.DivClassName
{
background-color: #BCB6D9;
}
.BgClassName
{
background-color: #BCB6D9;
}
</style>
border-color css
<style>
span { border-color: #BCB6D9; }
span { border-color: rgb(188,182,217); }
td.TdClassName
{
border-color: #BCB6D9;
}
.TagClassName
{
border-color: #BCB6D9;
}
</style>