Shades of Lavender Grey #BCB9D3
Tints of Lavender Grey #BCB9D3
RGB
CMYK
RGB Variations
Color information
#BCB9D3 (or 0xBCB9D3) is known color: Lavender Grey. HEX triplet: BC, B9 and D3. RGB value is (188,185,211). Sum of RGB (Red+Green+Blue) = 188+185+211=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9D3 is #43462C. Grayscale: #BCBCBC. Windows color (decimal): -4408877 or 13875644. OLE color: 13875644.
HSL color Cylindrical-coordinate representation of color #BCB9D3: hue angle of 246.92º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB9D3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 185 | 211 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.17 |
| HSL | 246.92º | 0.23% | 0.78% | - |
| HSV(B) | 246.92º | 0.12% | 0.83% | - |
| XYZ | 49.85 | 50.09 | 68.67 | - |
| YUV | 188.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 211 | 0.11 | 0.12 | 0 | 0.17 | 246.92 | 0.23 | 0.78 |
| Hex | BC | B9 | D3 | B | C | 0 | 11 | F7 | 17 | 4E |
| Octal | 274 | 271 | 323 | 13 | 14 | 0 | 21 | 367 | 27 | 116 |
| Binary | 10111100 | 10111001 | 11010011 | 1011 | 1100 | 0 | 10001 | 11110111 | 10111 | 1001110 |
Color Harmonies of #BCB9D3
Complementary color
Monochromatic Colors of #BCB9D3
Black with #BCB9D3
Text Example
Text Example
White with #BCB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9D3; }
p { color: rgb(188,185,211); }
H1.HeaderClassName
{
color: #BCB9D3;
}
.AnyTagClassName
{
color: #BCB9D3;
}
</style>
background-color css
<style>
a { background-color: #BCB9D3; }
a { background-color: rgb(188,185,211); }
div.DivClassName
{
background-color: #BCB9D3;
}
.BgClassName
{
background-color: #BCB9D3;
}
</style>
border-color css
<style>
span { border-color: #BCB9D3; }
span { border-color: rgb(188,185,211); }
td.TdClassName
{
border-color: #BCB9D3;
}
.TagClassName
{
border-color: #BCB9D3;
}
</style>