Shades of Lavender Grey #BDBBD5
Tints of Lavender Grey #BDBBD5
RGB
CMYK
RGB Variations
Color information
#BDBBD5 (or 0xBDBBD5) is known color: Lavender Grey. HEX triplet: BD, BB and D5. RGB value is (189,187,213). Sum of RGB (Red+Green+Blue) = 189+187+213=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD5 is #42442A. Grayscale: #BEBEBE. Windows color (decimal): -4342827 or 14007229. OLE color: 14007229.
HSL color Cylindrical-coordinate representation of color #BDBBD5: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBBD5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 187 | 213 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.16 |
| HSL | 244.62º | 0.24% | 0.78% | - |
| HSV(B) | 244.62º | 0.12% | 0.84% | - |
| XYZ | 50.77 | 51.16 | 70.15 | - |
| YUV | 190.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 213 | 0.11 | 0.12 | 0 | 0.16 | 244.62 | 0.24 | 0.78 |
| Hex | BD | BB | D5 | B | C | 0 | 10 | F5 | 18 | 4E |
| Octal | 275 | 273 | 325 | 13 | 14 | 0 | 20 | 365 | 30 | 116 |
| Binary | 10111101 | 10111011 | 11010101 | 1011 | 1100 | 0 | 10000 | 11110101 | 11000 | 1001110 |
Color Harmonies of #BDBBD5
Complementary color
Monochromatic Colors of #BDBBD5
Black with #BDBBD5
Text Example
Text Example
White with #BDBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD5; }
p { color: rgb(189,187,213); }
H1.HeaderClassName
{
color: #BDBBD5;
}
.AnyTagClassName
{
color: #BDBBD5;
}
</style>
background-color css
<style>
a { background-color: #BDBBD5; }
a { background-color: rgb(189,187,213); }
div.DivClassName
{
background-color: #BDBBD5;
}
.BgClassName
{
background-color: #BDBBD5;
}
</style>
border-color css
<style>
span { border-color: #BDBBD5; }
span { border-color: rgb(189,187,213); }
td.TdClassName
{
border-color: #BDBBD5;
}
.TagClassName
{
border-color: #BDBBD5;
}
</style>