Shades of Lavender Grey #BDBCE2
Tints of Lavender Grey #BDBCE2
RGB
CMYK
RGB Variations
Color information
#BDBCE2 (or 0xBDBCE2) is known color: Lavender Grey. HEX triplet: BD, BC and E2. RGB value is (189,188,226). Sum of RGB (Red+Green+Blue) = 189+188+226=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCE2 is #42431D. Grayscale: #C0C0C0. Windows color (decimal): -4342558 or 14859453. OLE color: 14859453.
HSL color Cylindrical-coordinate representation of color #BDBCE2: hue angle of 241.58º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBCE2 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 188 | 226 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.11 |
| HSL | 241.58º | 0.4% | 0.81% | - |
| HSV(B) | 241.58º | 0.17% | 0.89% | - |
| XYZ | 52.7 | 52.28 | 79.26 | - |
| YUV | 192.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 226 | 0.16 | 0.17 | 0 | 0.11 | 241.58 | 0.4 | 0.81 |
| Hex | BD | BC | E2 | 10 | 11 | 0 | B | F2 | 28 | 51 |
| Octal | 275 | 274 | 342 | 20 | 21 | 0 | 13 | 362 | 50 | 121 |
| Binary | 10111101 | 10111100 | 11100010 | 10000 | 10001 | 0 | 1011 | 11110010 | 101000 | 1010001 |
Color Harmonies of #BDBCE2
Complementary color
Monochromatic Colors of #BDBCE2
Black with #BDBCE2
Text Example
Text Example
White with #BDBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCE2; }
p { color: rgb(189,188,226); }
H1.HeaderClassName
{
color: #BDBCE2;
}
.AnyTagClassName
{
color: #BDBCE2;
}
</style>
background-color css
<style>
a { background-color: #BDBCE2; }
a { background-color: rgb(189,188,226); }
div.DivClassName
{
background-color: #BDBCE2;
}
.BgClassName
{
background-color: #BDBCE2;
}
</style>
border-color css
<style>
span { border-color: #BDBCE2; }
span { border-color: rgb(189,188,226); }
td.TdClassName
{
border-color: #BDBCE2;
}
.TagClassName
{
border-color: #BDBCE2;
}
</style>