Shades of Lavender Grey #B9B4EA
Tints of Lavender Grey #B9B4EA
RGB
CMYK
RGB Variations
Color information
#B9B4EA (or 0xB9B4EA) is known color: Lavender Grey. HEX triplet: B9, B4 and EA. RGB value is (185,180,234). Sum of RGB (Red+Green+Blue) = 185+180+234=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B4EA is #464B15. Grayscale: #BBBBBB. Windows color (decimal): -4606742 or 15381689. OLE color: 15381689.
HSL color Cylindrical-coordinate representation of color #B9B4EA: hue angle of 245.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B4EA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 180 | 234 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.08 |
| HSL | 245.56º | 0.56% | 0.81% | - |
| HSV(B) | 245.56º | 0.23% | 0.92% | - |
| XYZ | 51.18 | 48.9 | 84.58 | - |
| YUV | 187.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 234 | 0.21 | 0.23 | 0 | 0.08 | 245.56 | 0.56 | 0.81 |
| Hex | B9 | B4 | EA | 15 | 17 | 0 | 8 | F6 | 38 | 51 |
| Octal | 271 | 264 | 352 | 25 | 27 | 0 | 10 | 366 | 70 | 121 |
| Binary | 10111001 | 10110100 | 11101010 | 10101 | 10111 | 0 | 1000 | 11110110 | 111000 | 1010001 |
Color Harmonies of #B9B4EA
Complementary color
Monochromatic Colors of #B9B4EA
Black with #B9B4EA
Text Example
Text Example
White with #B9B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B4EA; }
p { color: rgb(185,180,234); }
H1.HeaderClassName
{
color: #B9B4EA;
}
.AnyTagClassName
{
color: #B9B4EA;
}
</style>
background-color css
<style>
a { background-color: #B9B4EA; }
a { background-color: rgb(185,180,234); }
div.DivClassName
{
background-color: #B9B4EA;
}
.BgClassName
{
background-color: #B9B4EA;
}
</style>
border-color css
<style>
span { border-color: #B9B4EA; }
span { border-color: rgb(185,180,234); }
td.TdClassName
{
border-color: #B9B4EA;
}
.TagClassName
{
border-color: #B9B4EA;
}
</style>