Shades of Lavender Grey #BCBAD3
Tints of Lavender Grey #BCBAD3
RGB
CMYK
RGB Variations
Color information
#BCBAD3 (or 0xBCBAD3) is known color: Lavender Grey. HEX triplet: BC, BA and D3. RGB value is (188,186,211). Sum of RGB (Red+Green+Blue) = 188+186+211=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD3 is #43452C. Grayscale: #BDBDBD. Windows color (decimal): -4408621 or 13875900. OLE color: 13875900.
HSL color Cylindrical-coordinate representation of color #BCBAD3: hue angle of 244.8º degrees, saturation: 0.22, 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 #BCBAD3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 186 | 211 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.17 |
| HSL | 244.8º | 0.22% | 0.78% | - |
| HSV(B) | 244.8º | 0.12% | 0.83% | - |
| XYZ | 50.06 | 50.51 | 68.74 | - |
| YUV | 189.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 211 | 0.11 | 0.12 | 0 | 0.17 | 244.8 | 0.22 | 0.78 |
| Hex | BC | BA | D3 | B | C | 0 | 11 | F5 | 16 | 4E |
| Octal | 274 | 272 | 323 | 13 | 14 | 0 | 21 | 365 | 26 | 116 |
| Binary | 10111100 | 10111010 | 11010011 | 1011 | 1100 | 0 | 10001 | 11110101 | 10110 | 1001110 |
Color Harmonies of #BCBAD3
Complementary color
Monochromatic Colors of #BCBAD3
Black with #BCBAD3
Text Example
Text Example
White with #BCBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAD3; }
p { color: rgb(188,186,211); }
H1.HeaderClassName
{
color: #BCBAD3;
}
.AnyTagClassName
{
color: #BCBAD3;
}
</style>
background-color css
<style>
a { background-color: #BCBAD3; }
a { background-color: rgb(188,186,211); }
div.DivClassName
{
background-color: #BCBAD3;
}
.BgClassName
{
background-color: #BCBAD3;
}
</style>
border-color css
<style>
span { border-color: #BCBAD3; }
span { border-color: rgb(188,186,211); }
td.TdClassName
{
border-color: #BCBAD3;
}
.TagClassName
{
border-color: #BCBAD3;
}
</style>