Shades of Lavender Grey #BDBBE5
Tints of Lavender Grey #BDBBE5
RGB
CMYK
RGB Variations
Color information
#BDBBE5 (or 0xBDBBE5) is known color: Lavender Grey. HEX triplet: BD, BB and E5. RGB value is (189,187,229). Sum of RGB (Red+Green+Blue) = 189+187+229=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBE5 is #42441A. Grayscale: #C0C0C0. Windows color (decimal): -4342811 or 15055805. OLE color: 15055805.
HSL color Cylindrical-coordinate representation of color #BDBBE5: hue angle of 242.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBBE5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 187 | 229 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.10 |
| HSL | 242.86º | 0.45% | 0.82% | - |
| HSV(B) | 242.86º | 0.18% | 0.9% | - |
| XYZ | 52.9 | 52.02 | 81.38 | - |
| YUV | 192.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 229 | 0.17 | 0.18 | 0 | 0.10 | 242.86 | 0.45 | 0.82 |
| Hex | BD | BB | E5 | 11 | 12 | 0 | A | F3 | 2D | 52 |
| Octal | 275 | 273 | 345 | 21 | 22 | 0 | 12 | 363 | 55 | 122 |
| Binary | 10111101 | 10111011 | 11100101 | 10001 | 10010 | 0 | 1010 | 11110011 | 101101 | 1010010 |
Color Harmonies of #BDBBE5
Complementary color
Monochromatic Colors of #BDBBE5
Black with #BDBBE5
Text Example
Text Example
White with #BDBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBE5; }
p { color: rgb(189,187,229); }
H1.HeaderClassName
{
color: #BDBBE5;
}
.AnyTagClassName
{
color: #BDBBE5;
}
</style>
background-color css
<style>
a { background-color: #BDBBE5; }
a { background-color: rgb(189,187,229); }
div.DivClassName
{
background-color: #BDBBE5;
}
.BgClassName
{
background-color: #BDBBE5;
}
</style>
border-color css
<style>
span { border-color: #BDBBE5; }
span { border-color: rgb(189,187,229); }
td.TdClassName
{
border-color: #BDBBE5;
}
.TagClassName
{
border-color: #BDBBE5;
}
</style>