Shades of Lavender Grey #BDBBD2
Tints of Lavender Grey #BDBBD2
RGB
CMYK
RGB Variations
Color information
#BDBBD2 (or 0xBDBBD2) is known color: Lavender Grey. HEX triplet: BD, BB and D2. RGB value is (189,187,210). Sum of RGB (Red+Green+Blue) = 189+187+210=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD2 is #42442D. Grayscale: #BEBEBE. Windows color (decimal): -4342830 or 13810621. OLE color: 13810621.
HSL color Cylindrical-coordinate representation of color #BDBBD2: hue angle of 245.22º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBBD2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 187 | 210 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 245.22º | 0.2% | 0.78% | - |
| HSV(B) | 245.22º | 0.11% | 0.82% | - |
| XYZ | 50.39 | 51.01 | 68.16 | - |
| YUV | 190.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 210 | 0.10 | 0.11 | 0 | 0.18 | 245.22 | 0.2 | 0.78 |
| Hex | BD | BB | D2 | A | B | 0 | 12 | F5 | 14 | 4E |
| Octal | 275 | 273 | 322 | 12 | 13 | 0 | 22 | 365 | 24 | 116 |
| Binary | 10111101 | 10111011 | 11010010 | 1010 | 1011 | 0 | 10010 | 11110101 | 10100 | 1001110 |
Color Harmonies of #BDBBD2
Complementary color
Monochromatic Colors of #BDBBD2
Black with #BDBBD2
Text Example
Text Example
White with #BDBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD2; }
p { color: rgb(189,187,210); }
H1.HeaderClassName
{
color: #BDBBD2;
}
.AnyTagClassName
{
color: #BDBBD2;
}
</style>
background-color css
<style>
a { background-color: #BDBBD2; }
a { background-color: rgb(189,187,210); }
div.DivClassName
{
background-color: #BDBBD2;
}
.BgClassName
{
background-color: #BDBBD2;
}
</style>
border-color css
<style>
span { border-color: #BDBBD2; }
span { border-color: rgb(189,187,210); }
td.TdClassName
{
border-color: #BDBBD2;
}
.TagClassName
{
border-color: #BDBBD2;
}
</style>