Shades of Lavender Grey #BDBEDE
Tints of Lavender Grey #BDBEDE
RGB
CMYK
RGB Variations
Color information
#BDBEDE (or 0xBDBEDE) is known color: Lavender Grey. HEX triplet: BD, BE and DE. RGB value is (189,190,222). Sum of RGB (Red+Green+Blue) = 189+190+222=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEDE is #424121. Grayscale: #C1C1C1. Windows color (decimal): -4342050 or 14597821. OLE color: 14597821.
HSL color Cylindrical-coordinate representation of color #BDBEDE: hue angle of 238.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBEDE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 190 | 222 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 238.18º | 0.33% | 0.81% | - |
| HSV(B) | 238.18º | 0.15% | 0.87% | - |
| XYZ | 52.58 | 52.92 | 76.55 | - |
| YUV | 193.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 222 | 0.15 | 0.14 | 0 | 0.13 | 238.18 | 0.33 | 0.81 |
| Hex | BD | BE | DE | F | E | 0 | D | EE | 21 | 51 |
| Octal | 275 | 276 | 336 | 17 | 16 | 0 | 15 | 356 | 41 | 121 |
| Binary | 10111101 | 10111110 | 11011110 | 1111 | 1110 | 0 | 1101 | 11101110 | 100001 | 1010001 |
Color Harmonies of #BDBEDE
Complementary color
Monochromatic Colors of #BDBEDE
Black with #BDBEDE
Text Example
Text Example
White with #BDBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEDE; }
p { color: rgb(189,190,222); }
H1.HeaderClassName
{
color: #BDBEDE;
}
.AnyTagClassName
{
color: #BDBEDE;
}
</style>
background-color css
<style>
a { background-color: #BDBEDE; }
a { background-color: rgb(189,190,222); }
div.DivClassName
{
background-color: #BDBEDE;
}
.BgClassName
{
background-color: #BDBEDE;
}
</style>
border-color css
<style>
span { border-color: #BDBEDE; }
span { border-color: rgb(189,190,222); }
td.TdClassName
{
border-color: #BDBEDE;
}
.TagClassName
{
border-color: #BDBEDE;
}
</style>