Shades of Lavender Grey #B9B4E5
Tints of Lavender Grey #B9B4E5
RGB
CMYK
RGB Variations
Color information
#B9B4E5 (or 0xB9B4E5) is known color: Lavender Grey. HEX triplet: B9, B4 and E5. RGB value is (185,180,229). Sum of RGB (Red+Green+Blue) = 185+180+229=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9B4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4E5 is #464B1A. Grayscale: #BABABA. Windows color (decimal): -4606747 or 15054009. OLE color: 15054009.
HSL color Cylindrical-coordinate representation of color #B9B4E5: hue angle of 246.12º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9B4E5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 180 | 229 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.10 |
| HSL | 246.12º | 0.49% | 0.8% | - |
| HSV(B) | 246.12º | 0.21% | 0.9% | - |
| XYZ | 50.47 | 48.61 | 80.85 | - |
| YUV | 187.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 229 | 0.19 | 0.21 | 0 | 0.10 | 246.12 | 0.49 | 0.8 |
| Hex | B9 | B4 | E5 | 13 | 15 | 0 | A | F6 | 31 | 50 |
| Octal | 271 | 264 | 345 | 23 | 25 | 0 | 12 | 366 | 61 | 120 |
| Binary | 10111001 | 10110100 | 11100101 | 10011 | 10101 | 0 | 1010 | 11110110 | 110001 | 1010000 |
Color Harmonies of #B9B4E5
Complementary color
Monochromatic Colors of #B9B4E5
Black with #B9B4E5
Text Example
Text Example
White with #B9B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B4E5; }
p { color: rgb(185,180,229); }
H1.HeaderClassName
{
color: #B9B4E5;
}
.AnyTagClassName
{
color: #B9B4E5;
}
</style>
background-color css
<style>
a { background-color: #B9B4E5; }
a { background-color: rgb(185,180,229); }
div.DivClassName
{
background-color: #B9B4E5;
}
.BgClassName
{
background-color: #B9B4E5;
}
</style>
border-color css
<style>
span { border-color: #B9B4E5; }
span { border-color: rgb(185,180,229); }
td.TdClassName
{
border-color: #B9B4E5;
}
.TagClassName
{
border-color: #B9B4E5;
}
</style>