Shades of Lavender Grey #B9BCD9
Tints of Lavender Grey #B9BCD9
RGB
CMYK
RGB Variations
Color information
#B9BCD9 (or 0xB9BCD9) is known color: Lavender Grey. HEX triplet: B9, BC and D9. RGB value is (185,188,217). Sum of RGB (Red+Green+Blue) = 185+188+217=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCD9 is #464326. Grayscale: #BEBEBE. Windows color (decimal): -4604711 or 14269625. OLE color: 14269625.
HSL color Cylindrical-coordinate representation of color #B9BCD9: hue angle of 234.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9BCD9 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 188 | 217 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.15 |
| HSL | 234.38º | 0.3% | 0.79% | - |
| HSV(B) | 234.38º | 0.15% | 0.85% | - |
| XYZ | 50.52 | 51.29 | 72.88 | - |
| YUV | 190.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 217 | 0.15 | 0.13 | 0 | 0.15 | 234.38 | 0.3 | 0.79 |
| Hex | B9 | BC | D9 | F | D | 0 | F | EA | 1E | 4F |
| Octal | 271 | 274 | 331 | 17 | 15 | 0 | 17 | 352 | 36 | 117 |
| Binary | 10111001 | 10111100 | 11011001 | 1111 | 1101 | 0 | 1111 | 11101010 | 11110 | 1001111 |
Color Harmonies of #B9BCD9
Complementary color
Monochromatic Colors of #B9BCD9
Black with #B9BCD9
Text Example
Text Example
White with #B9BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCD9; }
p { color: rgb(185,188,217); }
H1.HeaderClassName
{
color: #B9BCD9;
}
.AnyTagClassName
{
color: #B9BCD9;
}
</style>
background-color css
<style>
a { background-color: #B9BCD9; }
a { background-color: rgb(185,188,217); }
div.DivClassName
{
background-color: #B9BCD9;
}
.BgClassName
{
background-color: #B9BCD9;
}
</style>
border-color css
<style>
span { border-color: #B9BCD9; }
span { border-color: rgb(185,188,217); }
td.TdClassName
{
border-color: #B9BCD9;
}
.TagClassName
{
border-color: #B9BCD9;
}
</style>