Shades of Lavender Grey #B9BADC
Tints of Lavender Grey #B9BADC
RGB
CMYK
RGB Variations
Color information
#B9BADC (or 0xB9BADC) is known color: Lavender Grey. HEX triplet: B9, BA and DC. RGB value is (185,186,220). Sum of RGB (Red+Green+Blue) = 185+186+220=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADC is #464523. Grayscale: #BDBDBD. Windows color (decimal): -4605220 or 14465721. OLE color: 14465721.
HSL color Cylindrical-coordinate representation of color #B9BADC: hue angle of 238.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BADC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 186 | 220 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.14 |
| HSL | 238.29º | 0.33% | 0.79% | - |
| HSV(B) | 238.29º | 0.16% | 0.86% | - |
| XYZ | 50.48 | 50.6 | 74.82 | - |
| YUV | 189.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 220 | 0.16 | 0.15 | 0 | 0.14 | 238.29 | 0.33 | 0.79 |
| Hex | B9 | BA | DC | 10 | F | 0 | E | EE | 21 | 4F |
| Octal | 271 | 272 | 334 | 20 | 17 | 0 | 16 | 356 | 41 | 117 |
| Binary | 10111001 | 10111010 | 11011100 | 10000 | 1111 | 0 | 1110 | 11101110 | 100001 | 1001111 |
Color Harmonies of #B9BADC
Complementary color
Monochromatic Colors of #B9BADC
Black with #B9BADC
Text Example
Text Example
White with #B9BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BADC; }
p { color: rgb(185,186,220); }
H1.HeaderClassName
{
color: #B9BADC;
}
.AnyTagClassName
{
color: #B9BADC;
}
</style>
background-color css
<style>
a { background-color: #B9BADC; }
a { background-color: rgb(185,186,220); }
div.DivClassName
{
background-color: #B9BADC;
}
.BgClassName
{
background-color: #B9BADC;
}
</style>
border-color css
<style>
span { border-color: #B9BADC; }
span { border-color: rgb(185,186,220); }
td.TdClassName
{
border-color: #B9BADC;
}
.TagClassName
{
border-color: #B9BADC;
}
</style>