Shades of Lavender Grey #BCB7DC
Tints of Lavender Grey #BCB7DC
RGB
CMYK
RGB Variations
Color information
#BCB7DC (or 0xBCB7DC) is known color: Lavender Grey. HEX triplet: BC, B7 and DC. RGB value is (188,183,220). Sum of RGB (Red+Green+Blue) = 188+183+220=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7DC is #434823. Grayscale: #BCBCBC. Windows color (decimal): -4409380 or 14464956. OLE color: 14464956.
HSL color Cylindrical-coordinate representation of color #BCB7DC: hue angle of 248.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB7DC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 183 | 220 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.14 |
| HSL | 248.11º | 0.35% | 0.79% | - |
| HSV(B) | 248.11º | 0.17% | 0.86% | - |
| XYZ | 50.59 | 49.73 | 74.64 | - |
| YUV | 188.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 220 | 0.15 | 0.17 | 0 | 0.14 | 248.11 | 0.35 | 0.79 |
| Hex | BC | B7 | DC | F | 11 | 0 | E | F8 | 23 | 4F |
| Octal | 274 | 267 | 334 | 17 | 21 | 0 | 16 | 370 | 43 | 117 |
| Binary | 10111100 | 10110111 | 11011100 | 1111 | 10001 | 0 | 1110 | 11111000 | 100011 | 1001111 |
Color Harmonies of #BCB7DC
Complementary color
Monochromatic Colors of #BCB7DC
Black with #BCB7DC
Text Example
Text Example
White with #BCB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7DC; }
p { color: rgb(188,183,220); }
H1.HeaderClassName
{
color: #BCB7DC;
}
.AnyTagClassName
{
color: #BCB7DC;
}
</style>
background-color css
<style>
a { background-color: #BCB7DC; }
a { background-color: rgb(188,183,220); }
div.DivClassName
{
background-color: #BCB7DC;
}
.BgClassName
{
background-color: #BCB7DC;
}
</style>
border-color css
<style>
span { border-color: #BCB7DC; }
span { border-color: rgb(188,183,220); }
td.TdClassName
{
border-color: #BCB7DC;
}
.TagClassName
{
border-color: #BCB7DC;
}
</style>