Shades of Lavender Grey #BDBBD8
Tints of Lavender Grey #BDBBD8
RGB
CMYK
RGB Variations
Color information
#BDBBD8 (or 0xBDBBD8) is known color: Lavender Grey. HEX triplet: BD, BB and D8. RGB value is (189,187,216). Sum of RGB (Red+Green+Blue) = 189+187+216=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD8 is #424427. Grayscale: #BEBEBE. Windows color (decimal): -4342824 or 14203837. OLE color: 14203837.
HSL color Cylindrical-coordinate representation of color #BDBBD8: hue angle of 244.14º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBBD8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 187 | 216 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.15 |
| HSL | 244.14º | 0.27% | 0.79% | - |
| HSV(B) | 244.14º | 0.13% | 0.85% | - |
| XYZ | 51.15 | 51.32 | 72.18 | - |
| YUV | 190.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 216 | 0.12 | 0.13 | 0 | 0.15 | 244.14 | 0.27 | 0.79 |
| Hex | BD | BB | D8 | C | D | 0 | F | F4 | 1B | 4F |
| Octal | 275 | 273 | 330 | 14 | 15 | 0 | 17 | 364 | 33 | 117 |
| Binary | 10111101 | 10111011 | 11011000 | 1100 | 1101 | 0 | 1111 | 11110100 | 11011 | 1001111 |
Color Harmonies of #BDBBD8
Complementary color
Monochromatic Colors of #BDBBD8
Black with #BDBBD8
Text Example
Text Example
White with #BDBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD8; }
p { color: rgb(189,187,216); }
H1.HeaderClassName
{
color: #BDBBD8;
}
.AnyTagClassName
{
color: #BDBBD8;
}
</style>
background-color css
<style>
a { background-color: #BDBBD8; }
a { background-color: rgb(189,187,216); }
div.DivClassName
{
background-color: #BDBBD8;
}
.BgClassName
{
background-color: #BDBBD8;
}
</style>
border-color css
<style>
span { border-color: #BDBBD8; }
span { border-color: rgb(189,187,216); }
td.TdClassName
{
border-color: #BDBBD8;
}
.TagClassName
{
border-color: #BDBBD8;
}
</style>