Shades of Lavender Grey #BCB6DD
Tints of Lavender Grey #BCB6DD
RGB
CMYK
RGB Variations
Color information
#BCB6DD (or 0xBCB6DD) is known color: Lavender Grey. HEX triplet: BC, B6 and DD. RGB value is (188,182,221). Sum of RGB (Red+Green+Blue) = 188+182+221=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6DD is #434922. Grayscale: #BCBCBC. Windows color (decimal): -4409635 or 14530236. OLE color: 14530236.
HSL color Cylindrical-coordinate representation of color #BCB6DD: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB6DD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 182 | 221 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.13 |
| HSL | 249.23º | 0.36% | 0.79% | - |
| HSV(B) | 249.23º | 0.18% | 0.87% | - |
| XYZ | 50.52 | 49.37 | 75.27 | - |
| YUV | 188.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 221 | 0.15 | 0.18 | 0 | 0.13 | 249.23 | 0.36 | 0.79 |
| Hex | BC | B6 | DD | F | 12 | 0 | D | F9 | 24 | 4F |
| Octal | 274 | 266 | 335 | 17 | 22 | 0 | 15 | 371 | 44 | 117 |
| Binary | 10111100 | 10110110 | 11011101 | 1111 | 10010 | 0 | 1101 | 11111001 | 100100 | 1001111 |
Color Harmonies of #BCB6DD
Complementary color
Monochromatic Colors of #BCB6DD
Black with #BCB6DD
Text Example
Text Example
White with #BCB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6DD; }
p { color: rgb(188,182,221); }
H1.HeaderClassName
{
color: #BCB6DD;
}
.AnyTagClassName
{
color: #BCB6DD;
}
</style>
background-color css
<style>
a { background-color: #BCB6DD; }
a { background-color: rgb(188,182,221); }
div.DivClassName
{
background-color: #BCB6DD;
}
.BgClassName
{
background-color: #BCB6DD;
}
</style>
border-color css
<style>
span { border-color: #BCB6DD; }
span { border-color: rgb(188,182,221); }
td.TdClassName
{
border-color: #BCB6DD;
}
.TagClassName
{
border-color: #BCB6DD;
}
</style>