Shades of Lavender Grey #BDBED2
Tints of Lavender Grey #BDBED2
RGB
CMYK
RGB Variations
Color information
#BDBED2 (or 0xBDBED2) is known color: Lavender Grey. HEX triplet: BD, BE and D2. RGB value is (189,190,210). Sum of RGB (Red+Green+Blue) = 189+190+210=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED2 is #42412D. Grayscale: #BFBFBF. Windows color (decimal): -4342062 or 13811389. OLE color: 13811389.
HSL color Cylindrical-coordinate representation of color #BDBED2: hue angle of 237.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBED2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 190 | 210 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.18 |
| HSL | 237.14º | 0.19% | 0.78% | - |
| HSV(B) | 237.14º | 0.1% | 0.82% | - |
| XYZ | 51.03 | 52.3 | 68.38 | - |
| YUV | 191.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 210 | 0.10 | 0.10 | 0 | 0.18 | 237.14 | 0.19 | 0.78 |
| Hex | BD | BE | D2 | A | A | 0 | 12 | ED | 13 | 4E |
| Octal | 275 | 276 | 322 | 12 | 12 | 0 | 22 | 355 | 23 | 116 |
| Binary | 10111101 | 10111110 | 11010010 | 1010 | 1010 | 0 | 10010 | 11101101 | 10011 | 1001110 |
Color Harmonies of #BDBED2
Complementary color
Monochromatic Colors of #BDBED2
Black with #BDBED2
Text Example
Text Example
White with #BDBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBED2; }
p { color: rgb(189,190,210); }
H1.HeaderClassName
{
color: #BDBED2;
}
.AnyTagClassName
{
color: #BDBED2;
}
</style>
background-color css
<style>
a { background-color: #BDBED2; }
a { background-color: rgb(189,190,210); }
div.DivClassName
{
background-color: #BDBED2;
}
.BgClassName
{
background-color: #BDBED2;
}
</style>
border-color css
<style>
span { border-color: #BDBED2; }
span { border-color: rgb(189,190,210); }
td.TdClassName
{
border-color: #BDBED2;
}
.TagClassName
{
border-color: #BDBED2;
}
</style>