Shades of Lavender Grey #BDBBD3
Tints of Lavender Grey #BDBBD3
RGB
CMYK
RGB Variations
Color information
#BDBBD3 (or 0xBDBBD3) is known color: Lavender Grey. HEX triplet: BD, BB and D3. RGB value is (189,187,211). Sum of RGB (Red+Green+Blue) = 189+187+211=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD3 is #42442C. Grayscale: #BEBEBE. Windows color (decimal): -4342829 or 13876157. OLE color: 13876157.
HSL color Cylindrical-coordinate representation of color #BDBBD3: hue angle of 245º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBBD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 187 | 211 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.17 |
| HSL | 245º | 0.21% | 0.78% | - |
| HSV(B) | 245º | 0.11% | 0.83% | - |
| XYZ | 50.51 | 51.06 | 68.82 | - |
| YUV | 190.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 211 | 0.10 | 0.11 | 0 | 0.17 | 245 | 0.21 | 0.78 |
| Hex | BD | BB | D3 | A | B | 0 | 11 | F5 | 15 | 4E |
| Octal | 275 | 273 | 323 | 12 | 13 | 0 | 21 | 365 | 25 | 116 |
| Binary | 10111101 | 10111011 | 11010011 | 1010 | 1011 | 0 | 10001 | 11110101 | 10101 | 1001110 |
Color Harmonies of #BDBBD3
Complementary color
Monochromatic Colors of #BDBBD3
Black with #BDBBD3
Text Example
Text Example
White with #BDBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD3; }
p { color: rgb(189,187,211); }
H1.HeaderClassName
{
color: #BDBBD3;
}
.AnyTagClassName
{
color: #BDBBD3;
}
</style>
background-color css
<style>
a { background-color: #BDBBD3; }
a { background-color: rgb(189,187,211); }
div.DivClassName
{
background-color: #BDBBD3;
}
.BgClassName
{
background-color: #BDBBD3;
}
</style>
border-color css
<style>
span { border-color: #BDBBD3; }
span { border-color: rgb(189,187,211); }
td.TdClassName
{
border-color: #BDBBD3;
}
.TagClassName
{
border-color: #BDBBD3;
}
</style>