Shades of Lavender Grey #B9B5E3
Tints of Lavender Grey #B9B5E3
RGB
CMYK
RGB Variations
Color information
#B9B5E3 (or 0xB9B5E3) is known color: Lavender Grey. HEX triplet: B9, B5 and E3. RGB value is (185,181,227). Sum of RGB (Red+Green+Blue) = 185+181+227=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9B5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5E3 is #464A1C. Grayscale: #BBBBBB. Windows color (decimal): -4606493 or 14923193. OLE color: 14923193.
HSL color Cylindrical-coordinate representation of color #B9B5E3: hue angle of 245.22º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9B5E3 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 185 | 181 | 227 | - |
CMYK | 0.19 | 0.20 | 0 | 0.11 |
HSL | 245.22º | 0.45% | 0.8% | - |
HSV(B) | 245.22º | 0.2% | 0.89% | - |
XYZ | 50.4 | 48.91 | 79.46 | - |
YUV | 187.44 | 150.33 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 181 | 227 | 0.19 | 0.20 | 0 | 0.11 | 245.22 | 0.45 | 0.8 |
Hex | B9 | B5 | E3 | 13 | 14 | 0 | B | F5 | 2D | 50 |
Octal | 271 | 265 | 343 | 23 | 24 | 0 | 13 | 365 | 55 | 120 |
Binary | 10111001 | 10110101 | 11100011 | 10011 | 10100 | 0 | 1011 | 11110101 | 101101 | 1010000 |
Color Harmonies of #B9B5E3
Complementary color
Monochromatic Colors of #B9B5E3
Black with #B9B5E3
Text Example
Text Example
White with #B9B5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B5E3; }
p { color: rgb(185,181,227); }
H1.HeaderClassName
{
color: #B9B5E3;
}
.AnyTagClassName
{
color: #B9B5E3;
}
</style>
background-color css
<style>
a { background-color: #B9B5E3; }
a { background-color: rgb(185,181,227); }
div.DivClassName
{
background-color: #B9B5E3;
}
.BgClassName
{
background-color: #B9B5E3;
}
</style>
border-color css
<style>
span { border-color: #B9B5E3; }
span { border-color: rgb(185,181,227); }
td.TdClassName
{
border-color: #B9B5E3;
}
.TagClassName
{
border-color: #B9B5E3;
}
</style>