Shades of Lavender Grey #BCB7DD
Tints of Lavender Grey #BCB7DD
RGB
CMYK
RGB Variations
Color information
#BCB7DD (or 0xBCB7DD) is known color: Lavender Grey. HEX triplet: BC, B7 and DD. RGB value is (188,183,221). Sum of RGB (Red+Green+Blue) = 188+183+221=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7DD is #434822. Grayscale: #BCBCBC. Windows color (decimal): -4409379 or 14530492. OLE color: 14530492.
HSL color Cylindrical-coordinate representation of color #BCB7DD: hue angle of 247.89º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB7DD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 183 | 221 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.13 |
| HSL | 247.89º | 0.36% | 0.79% | - |
| HSV(B) | 247.89º | 0.17% | 0.87% | - |
| XYZ | 50.72 | 49.78 | 75.34 | - |
| YUV | 188.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 221 | 0.15 | 0.17 | 0 | 0.13 | 247.89 | 0.36 | 0.79 |
| Hex | BC | B7 | DD | F | 11 | 0 | D | F8 | 24 | 4F |
| Octal | 274 | 267 | 335 | 17 | 21 | 0 | 15 | 370 | 44 | 117 |
| Binary | 10111100 | 10110111 | 11011101 | 1111 | 10001 | 0 | 1101 | 11111000 | 100100 | 1001111 |
Color Harmonies of #BCB7DD
Complementary color
Monochromatic Colors of #BCB7DD
Black with #BCB7DD
Text Example
Text Example
White with #BCB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7DD; }
p { color: rgb(188,183,221); }
H1.HeaderClassName
{
color: #BCB7DD;
}
.AnyTagClassName
{
color: #BCB7DD;
}
</style>
background-color css
<style>
a { background-color: #BCB7DD; }
a { background-color: rgb(188,183,221); }
div.DivClassName
{
background-color: #BCB7DD;
}
.BgClassName
{
background-color: #BCB7DD;
}
</style>
border-color css
<style>
span { border-color: #BCB7DD; }
span { border-color: rgb(188,183,221); }
td.TdClassName
{
border-color: #BCB7DD;
}
.TagClassName
{
border-color: #BCB7DD;
}
</style>