Shades of Lavender Grey #BDBEDA
Tints of Lavender Grey #BDBEDA
RGB
CMYK
RGB Variations
Color information
#BDBEDA (or 0xBDBEDA) is known color: Lavender Grey. HEX triplet: BD, BE and DA. RGB value is (189,190,218). Sum of RGB (Red+Green+Blue) = 189+190+218=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEDA is #424125. Grayscale: #C0C0C0. Windows color (decimal): -4342054 or 14335677. OLE color: 14335677.
HSL color Cylindrical-coordinate representation of color #BDBEDA: hue angle of 237.93º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBEDA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 189 | 190 | 218 | - |
CMYK | 0.13 | 0.13 | 0 | 0.15 |
HSL | 237.93º | 0.28% | 0.8% | - |
HSV(B) | 237.93º | 0.13% | 0.85% | - |
XYZ | 52.05 | 52.71 | 73.76 | - |
YUV | 192.89 | 142.17 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 218 | 0.13 | 0.13 | 0 | 0.15 | 237.93 | 0.28 | 0.8 |
Hex | BD | BE | DA | D | D | 0 | F | EE | 1C | 50 |
Octal | 275 | 276 | 332 | 15 | 15 | 0 | 17 | 356 | 34 | 120 |
Binary | 10111101 | 10111110 | 11011010 | 1101 | 1101 | 0 | 1111 | 11101110 | 11100 | 1010000 |
Color Harmonies of #BDBEDA
Complementary color
Monochromatic Colors of #BDBEDA
Black with #BDBEDA
Text Example
Text Example
White with #BDBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEDA; }
p { color: rgb(189,190,218); }
H1.HeaderClassName
{
color: #BDBEDA;
}
.AnyTagClassName
{
color: #BDBEDA;
}
</style>
background-color css
<style>
a { background-color: #BDBEDA; }
a { background-color: rgb(189,190,218); }
div.DivClassName
{
background-color: #BDBEDA;
}
.BgClassName
{
background-color: #BDBEDA;
}
</style>
border-color css
<style>
span { border-color: #BDBEDA; }
span { border-color: rgb(189,190,218); }
td.TdClassName
{
border-color: #BDBEDA;
}
.TagClassName
{
border-color: #BDBEDA;
}
</style>