Shades of Lavender Grey #B9B5E4
Tints of Lavender Grey #B9B5E4
RGB
CMYK
RGB Variations
Color information
#B9B5E4 (or 0xB9B5E4) is known color: Lavender Grey. HEX triplet: B9, B5 and E4. RGB value is (185,181,228). Sum of RGB (Red+Green+Blue) = 185+181+228=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #B9B5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5E4 is #464A1B. Grayscale: #BBBBBB. Windows color (decimal): -4606492 or 14988729. OLE color: 14988729.
HSL color Cylindrical-coordinate representation of color #B9B5E4: hue angle of 245.11º degrees, saturation: 0.47, 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 #B9B5E4 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 185 | 181 | 228 | - |
CMYK | 0.19 | 0.21 | 0 | 0.11 |
HSL | 245.11º | 0.47% | 0.8% | - |
HSV(B) | 245.11º | 0.21% | 0.89% | - |
XYZ | 50.54 | 48.96 | 80.19 | - |
YUV | 187.55 | 150.83 | 126.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 181 | 228 | 0.19 | 0.21 | 0 | 0.11 | 245.11 | 0.47 | 0.8 |
Hex | B9 | B5 | E4 | 13 | 15 | 0 | B | F5 | 2F | 50 |
Octal | 271 | 265 | 344 | 23 | 25 | 0 | 13 | 365 | 57 | 120 |
Binary | 10111001 | 10110101 | 11100100 | 10011 | 10101 | 0 | 1011 | 11110101 | 101111 | 1010000 |
Color Harmonies of #B9B5E4
Complementary color
Monochromatic Colors of #B9B5E4
Black with #B9B5E4
Text Example
Text Example
White with #B9B5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B5E4; }
p { color: rgb(185,181,228); }
H1.HeaderClassName
{
color: #B9B5E4;
}
.AnyTagClassName
{
color: #B9B5E4;
}
</style>
background-color css
<style>
a { background-color: #B9B5E4; }
a { background-color: rgb(185,181,228); }
div.DivClassName
{
background-color: #B9B5E4;
}
.BgClassName
{
background-color: #B9B5E4;
}
</style>
border-color css
<style>
span { border-color: #B9B5E4; }
span { border-color: rgb(185,181,228); }
td.TdClassName
{
border-color: #B9B5E4;
}
.TagClassName
{
border-color: #B9B5E4;
}
</style>