Shades of Lavender Grey #B9B3E3
Tints of Lavender Grey #B9B3E3
RGB
CMYK
RGB Variations
Color information
#B9B3E3 (or 0xB9B3E3) is known color: Lavender Grey. HEX triplet: B9, B3 and E3. RGB value is (185,179,227). Sum of RGB (Red+Green+Blue) = 185+179+227=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9B3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3E3 is #464C1C. Grayscale: #BABABA. Windows color (decimal): -4607005 or 14922681. OLE color: 14922681.
HSL color Cylindrical-coordinate representation of color #B9B3E3: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9B3E3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 179 | 227 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.11 |
| HSL | 247.5º | 0.46% | 0.8% | - |
| HSV(B) | 247.5º | 0.21% | 0.89% | - |
| XYZ | 49.99 | 48.1 | 79.32 | - |
| YUV | 186.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 227 | 0.19 | 0.21 | 0 | 0.11 | 247.5 | 0.46 | 0.8 |
| Hex | B9 | B3 | E3 | 13 | 15 | 0 | B | F8 | 2E | 50 |
| Octal | 271 | 263 | 343 | 23 | 25 | 0 | 13 | 370 | 56 | 120 |
| Binary | 10111001 | 10110011 | 11100011 | 10011 | 10101 | 0 | 1011 | 11111000 | 101110 | 1010000 |
Color Harmonies of #B9B3E3
Complementary color
Monochromatic Colors of #B9B3E3
Black with #B9B3E3
Text Example
Text Example
White with #B9B3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B3E3; }
p { color: rgb(185,179,227); }
H1.HeaderClassName
{
color: #B9B3E3;
}
.AnyTagClassName
{
color: #B9B3E3;
}
</style>
background-color css
<style>
a { background-color: #B9B3E3; }
a { background-color: rgb(185,179,227); }
div.DivClassName
{
background-color: #B9B3E3;
}
.BgClassName
{
background-color: #B9B3E3;
}
</style>
border-color css
<style>
span { border-color: #B9B3E3; }
span { border-color: rgb(185,179,227); }
td.TdClassName
{
border-color: #B9B3E3;
}
.TagClassName
{
border-color: #B9B3E3;
}
</style>