Shades of Lavender Grey #BCBAD2
Tints of Lavender Grey #BCBAD2
RGB
CMYK
RGB Variations
Color information
#BCBAD2 (or 0xBCBAD2) is known color: Lavender Grey. HEX triplet: BC, BA and D2. RGB value is (188,186,210). Sum of RGB (Red+Green+Blue) = 188+186+210=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD2 is #43452D. Grayscale: #BDBDBD. Windows color (decimal): -4408622 or 13810364. OLE color: 13810364.
HSL color Cylindrical-coordinate representation of color #BCBAD2: hue angle of 245º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBAD2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 186 | 210 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 245º | 0.21% | 0.78% | - |
| HSV(B) | 245º | 0.11% | 0.82% | - |
| XYZ | 49.93 | 50.46 | 68.08 | - |
| YUV | 189.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 210 | 0.10 | 0.11 | 0 | 0.18 | 245 | 0.21 | 0.78 |
| Hex | BC | BA | D2 | A | B | 0 | 12 | F5 | 15 | 4E |
| Octal | 274 | 272 | 322 | 12 | 13 | 0 | 22 | 365 | 25 | 116 |
| Binary | 10111100 | 10111010 | 11010010 | 1010 | 1011 | 0 | 10010 | 11110101 | 10101 | 1001110 |
Color Harmonies of #BCBAD2
Complementary color
Monochromatic Colors of #BCBAD2
Black with #BCBAD2
Text Example
Text Example
White with #BCBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAD2; }
p { color: rgb(188,186,210); }
H1.HeaderClassName
{
color: #BCBAD2;
}
.AnyTagClassName
{
color: #BCBAD2;
}
</style>
background-color css
<style>
a { background-color: #BCBAD2; }
a { background-color: rgb(188,186,210); }
div.DivClassName
{
background-color: #BCBAD2;
}
.BgClassName
{
background-color: #BCBAD2;
}
</style>
border-color css
<style>
span { border-color: #BCBAD2; }
span { border-color: rgb(188,186,210); }
td.TdClassName
{
border-color: #BCBAD2;
}
.TagClassName
{
border-color: #BCBAD2;
}
</style>