Shades of Lavender Grey #BDBEDF
Tints of Lavender Grey #BDBEDF
RGB
CMYK
RGB Variations
Color information
#BDBEDF (or 0xBDBEDF) is known color: Lavender Grey. HEX triplet: BD, BE and DF. RGB value is (189,190,223). Sum of RGB (Red+Green+Blue) = 189+190+223=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEDF is #424120. Grayscale: #C1C1C1. Windows color (decimal): -4342049 or 14663357. OLE color: 14663357.
HSL color Cylindrical-coordinate representation of color #BDBEDF: hue angle of 238.24º degrees, saturation: 0.35, 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 #BDBEDF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 190 | 223 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.13 |
| HSL | 238.24º | 0.35% | 0.81% | - |
| HSV(B) | 238.24º | 0.15% | 0.87% | - |
| XYZ | 52.72 | 52.97 | 77.26 | - |
| YUV | 193.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 223 | 0.15 | 0.15 | 0 | 0.13 | 238.24 | 0.35 | 0.81 |
| Hex | BD | BE | DF | F | F | 0 | D | EE | 23 | 51 |
| Octal | 275 | 276 | 337 | 17 | 17 | 0 | 15 | 356 | 43 | 121 |
| Binary | 10111101 | 10111110 | 11011111 | 1111 | 1111 | 0 | 1101 | 11101110 | 100011 | 1010001 |
Color Harmonies of #BDBEDF
Complementary color
Monochromatic Colors of #BDBEDF
Black with #BDBEDF
Text Example
Text Example
White with #BDBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEDF; }
p { color: rgb(189,190,223); }
H1.HeaderClassName
{
color: #BDBEDF;
}
.AnyTagClassName
{
color: #BDBEDF;
}
</style>
background-color css
<style>
a { background-color: #BDBEDF; }
a { background-color: rgb(189,190,223); }
div.DivClassName
{
background-color: #BDBEDF;
}
.BgClassName
{
background-color: #BDBEDF;
}
</style>
border-color css
<style>
span { border-color: #BDBEDF; }
span { border-color: rgb(189,190,223); }
td.TdClassName
{
border-color: #BDBEDF;
}
.TagClassName
{
border-color: #BDBEDF;
}
</style>