Shades of Lavender Grey #B9BED4
Tints of Lavender Grey #B9BED4
RGB
CMYK
RGB Variations
Color information
#B9BED4 (or 0xB9BED4) is known color: Lavender Grey. HEX triplet: B9, BE and D4. RGB value is (185,190,212). Sum of RGB (Red+Green+Blue) = 185+190+212=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BED4 is #46412B. Grayscale: #BEBEBE. Windows color (decimal): -4604204 or 13942457. OLE color: 13942457.
HSL color Cylindrical-coordinate representation of color #B9BED4: hue angle of 228.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BED4 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 190 | 212 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.17 |
| HSL | 228.89º | 0.24% | 0.78% | - |
| HSV(B) | 228.89º | 0.13% | 0.83% | - |
| XYZ | 50.3 | 51.89 | 69.65 | - |
| YUV | 191.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 212 | 0.13 | 0.10 | 0 | 0.17 | 228.89 | 0.24 | 0.78 |
| Hex | B9 | BE | D4 | D | A | 0 | 11 | E5 | 18 | 4E |
| Octal | 271 | 276 | 324 | 15 | 12 | 0 | 21 | 345 | 30 | 116 |
| Binary | 10111001 | 10111110 | 11010100 | 1101 | 1010 | 0 | 10001 | 11100101 | 11000 | 1001110 |
Color Harmonies of #B9BED4
Complementary color
Monochromatic Colors of #B9BED4
Black with #B9BED4
Text Example
Text Example
White with #B9BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BED4; }
p { color: rgb(185,190,212); }
H1.HeaderClassName
{
color: #B9BED4;
}
.AnyTagClassName
{
color: #B9BED4;
}
</style>
background-color css
<style>
a { background-color: #B9BED4; }
a { background-color: rgb(185,190,212); }
div.DivClassName
{
background-color: #B9BED4;
}
.BgClassName
{
background-color: #B9BED4;
}
</style>
border-color css
<style>
span { border-color: #B9BED4; }
span { border-color: rgb(185,190,212); }
td.TdClassName
{
border-color: #B9BED4;
}
.TagClassName
{
border-color: #B9BED4;
}
</style>