Shades of Lavender Grey #BDBEDB
Tints of Lavender Grey #BDBEDB
RGB
CMYK
RGB Variations
Color information
#BDBEDB (or 0xBDBEDB) is known color: Lavender Grey. HEX triplet: BD, BE and DB. RGB value is (189,190,219). Sum of RGB (Red+Green+Blue) = 189+190+219=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEDB is #424124. Grayscale: #C0C0C0. Windows color (decimal): -4342053 or 14401213. OLE color: 14401213.
HSL color Cylindrical-coordinate representation of color #BDBEDB: hue angle of 238º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBEDB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 190 | 219 | - |
CMYK | 0.14 | 0.13 | 0 | 0.14 |
HSL | 238º | 0.29% | 0.8% | - |
HSV(B) | 238º | 0.14% | 0.86% | - |
XYZ | 52.19 | 52.76 | 74.45 | - |
YUV | 193.01 | 142.67 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 219 | 0.14 | 0.13 | 0 | 0.14 | 238 | 0.29 | 0.8 |
Hex | BD | BE | DB | E | D | 0 | E | EE | 1D | 50 |
Octal | 275 | 276 | 333 | 16 | 15 | 0 | 16 | 356 | 35 | 120 |
Binary | 10111101 | 10111110 | 11011011 | 1110 | 1101 | 0 | 1110 | 11101110 | 11101 | 1010000 |
Color Harmonies of #BDBEDB
Complementary color
Monochromatic Colors of #BDBEDB
Black with #BDBEDB
Text Example
Text Example
White with #BDBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEDB; }
p { color: rgb(189,190,219); }
H1.HeaderClassName
{
color: #BDBEDB;
}
.AnyTagClassName
{
color: #BDBEDB;
}
</style>
background-color css
<style>
a { background-color: #BDBEDB; }
a { background-color: rgb(189,190,219); }
div.DivClassName
{
background-color: #BDBEDB;
}
.BgClassName
{
background-color: #BDBEDB;
}
</style>
border-color css
<style>
span { border-color: #BDBEDB; }
span { border-color: rgb(189,190,219); }
td.TdClassName
{
border-color: #BDBEDB;
}
.TagClassName
{
border-color: #BDBEDB;
}
</style>