Shades of Lavender Grey #BDBFE5
Tints of Lavender Grey #BDBFE5
RGB
CMYK
RGB Variations
Color information
#BDBFE5 (or 0xBDBFE5) is known color: Lavender Grey. HEX triplet: BD, BF and E5. RGB value is (189,191,229). Sum of RGB (Red+Green+Blue) = 189+191+229=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFE5 is #42401A. Grayscale: #C2C2C2. Windows color (decimal): -4341787 or 15056829. OLE color: 15056829.
HSL color Cylindrical-coordinate representation of color #BDBFE5: hue angle of 237º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBFE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 191 | 229 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.10 |
| HSL | 237º | 0.43% | 0.82% | - |
| HSV(B) | 237º | 0.17% | 0.9% | - |
| XYZ | 53.76 | 53.74 | 81.67 | - |
| YUV | 194.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 229 | 0.17 | 0.17 | 0 | 0.10 | 237 | 0.43 | 0.82 |
| Hex | BD | BF | E5 | 11 | 11 | 0 | A | ED | 2B | 52 |
| Octal | 275 | 277 | 345 | 21 | 21 | 0 | 12 | 355 | 53 | 122 |
| Binary | 10111101 | 10111111 | 11100101 | 10001 | 10001 | 0 | 1010 | 11101101 | 101011 | 1010010 |
Color Harmonies of #BDBFE5
Complementary color
Monochromatic Colors of #BDBFE5
Black with #BDBFE5
Text Example
Text Example
White with #BDBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFE5; }
p { color: rgb(189,191,229); }
H1.HeaderClassName
{
color: #BDBFE5;
}
.AnyTagClassName
{
color: #BDBFE5;
}
</style>
background-color css
<style>
a { background-color: #BDBFE5; }
a { background-color: rgb(189,191,229); }
div.DivClassName
{
background-color: #BDBFE5;
}
.BgClassName
{
background-color: #BDBFE5;
}
</style>
border-color css
<style>
span { border-color: #BDBFE5; }
span { border-color: rgb(189,191,229); }
td.TdClassName
{
border-color: #BDBFE5;
}
.TagClassName
{
border-color: #BDBFE5;
}
</style>