Shades of Lavender Grey #B9BDD1
Tints of Lavender Grey #B9BDD1
RGB
CMYK
RGB Variations
Color information
#B9BDD1 (or 0xB9BDD1) is known color: Lavender Grey. HEX triplet: B9, BD and D1. RGB value is (185,189,209). Sum of RGB (Red+Green+Blue) = 185+189+209=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDD1 is #46422E. Grayscale: #BEBEBE. Windows color (decimal): -4604463 or 13745593. OLE color: 13745593.
HSL color Cylindrical-coordinate representation of color #B9BDD1: hue angle of 230º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BDD1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 189 | 209 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.18 |
| HSL | 230º | 0.21% | 0.77% | - |
| HSV(B) | 230º | 0.11% | 0.82% | - |
| XYZ | 49.71 | 51.31 | 67.61 | - |
| YUV | 190.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 209 | 0.11 | 0.10 | 0 | 0.18 | 230 | 0.21 | 0.77 |
| Hex | B9 | BD | D1 | B | A | 0 | 12 | E6 | 15 | 4D |
| Octal | 271 | 275 | 321 | 13 | 12 | 0 | 22 | 346 | 25 | 115 |
| Binary | 10111001 | 10111101 | 11010001 | 1011 | 1010 | 0 | 10010 | 11100110 | 10101 | 1001101 |
Color Harmonies of #B9BDD1
Complementary color
Monochromatic Colors of #B9BDD1
Black with #B9BDD1
Text Example
Text Example
White with #B9BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BDD1; }
p { color: rgb(185,189,209); }
H1.HeaderClassName
{
color: #B9BDD1;
}
.AnyTagClassName
{
color: #B9BDD1;
}
</style>
background-color css
<style>
a { background-color: #B9BDD1; }
a { background-color: rgb(185,189,209); }
div.DivClassName
{
background-color: #B9BDD1;
}
.BgClassName
{
background-color: #B9BDD1;
}
</style>
border-color css
<style>
span { border-color: #B9BDD1; }
span { border-color: rgb(185,189,209); }
td.TdClassName
{
border-color: #B9BDD1;
}
.TagClassName
{
border-color: #B9BDD1;
}
</style>