Shades of Lavender Grey #BDBBD4
Tints of Lavender Grey #BDBBD4
RGB
CMYK
RGB Variations
Color information
#BDBBD4 (or 0xBDBBD4) is known color: Lavender Grey. HEX triplet: BD, BB and D4. RGB value is (189,187,212). Sum of RGB (Red+Green+Blue) = 189+187+212=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD4 is #42442B. Grayscale: #BEBEBE. Windows color (decimal): -4342828 or 13941693. OLE color: 13941693.
HSL color Cylindrical-coordinate representation of color #BDBBD4: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBBD4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 187 | 212 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.17 |
| HSL | 244.8º | 0.23% | 0.78% | - |
| HSV(B) | 244.8º | 0.12% | 0.83% | - |
| XYZ | 50.64 | 51.11 | 69.48 | - |
| YUV | 190.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 212 | 0.11 | 0.12 | 0 | 0.17 | 244.8 | 0.23 | 0.78 |
| Hex | BD | BB | D4 | B | C | 0 | 11 | F5 | 17 | 4E |
| Octal | 275 | 273 | 324 | 13 | 14 | 0 | 21 | 365 | 27 | 116 |
| Binary | 10111101 | 10111011 | 11010100 | 1011 | 1100 | 0 | 10001 | 11110101 | 10111 | 1001110 |
Color Harmonies of #BDBBD4
Complementary color
Monochromatic Colors of #BDBBD4
Black with #BDBBD4
Text Example
Text Example
White with #BDBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD4; }
p { color: rgb(189,187,212); }
H1.HeaderClassName
{
color: #BDBBD4;
}
.AnyTagClassName
{
color: #BDBBD4;
}
</style>
background-color css
<style>
a { background-color: #BDBBD4; }
a { background-color: rgb(189,187,212); }
div.DivClassName
{
background-color: #BDBBD4;
}
.BgClassName
{
background-color: #BDBBD4;
}
</style>
border-color css
<style>
span { border-color: #BDBBD4; }
span { border-color: rgb(189,187,212); }
td.TdClassName
{
border-color: #BDBBD4;
}
.TagClassName
{
border-color: #BDBBD4;
}
</style>