Shades of Lavender Grey #B8B4E5
Tints of Lavender Grey #B8B4E5
RGB
CMYK
RGB Variations
Color information
#B8B4E5 (or 0xB8B4E5) is known color: Lavender Grey. HEX triplet: B8, B4 and E5. RGB value is (184,180,229). Sum of RGB (Red+Green+Blue) = 184+180+229=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #B8B4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B4E5 is #474B1A. Grayscale: #BABABA. Windows color (decimal): -4672283 or 15054008. OLE color: 15054008.
HSL color Cylindrical-coordinate representation of color #B8B4E5: hue angle of 244.9º 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 #B8B4E5 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 180 | 229 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.10 |
| HSL | 244.9º | 0.49% | 0.8% | - |
| HSV(B) | 244.9º | 0.21% | 0.9% | - |
| XYZ | 50.23 | 48.49 | 80.84 | - |
| YUV | 186.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 229 | 0.20 | 0.21 | 0 | 0.10 | 244.9 | 0.49 | 0.8 |
| Hex | B8 | B4 | E5 | 14 | 15 | 0 | A | F5 | 31 | 50 |
| Octal | 270 | 264 | 345 | 24 | 25 | 0 | 12 | 365 | 61 | 120 |
| Binary | 10111000 | 10110100 | 11100101 | 10100 | 10101 | 0 | 1010 | 11110101 | 110001 | 1010000 |
Color Harmonies of #B8B4E5
Complementary color
Monochromatic Colors of #B8B4E5
Black with #B8B4E5
Text Example
Text Example
White with #B8B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B4E5; }
p { color: rgb(184,180,229); }
H1.HeaderClassName
{
color: #B8B4E5;
}
.AnyTagClassName
{
color: #B8B4E5;
}
</style>
background-color css
<style>
a { background-color: #B8B4E5; }
a { background-color: rgb(184,180,229); }
div.DivClassName
{
background-color: #B8B4E5;
}
.BgClassName
{
background-color: #B8B4E5;
}
</style>
border-color css
<style>
span { border-color: #B8B4E5; }
span { border-color: rgb(184,180,229); }
td.TdClassName
{
border-color: #B8B4E5;
}
.TagClassName
{
border-color: #B8B4E5;
}
</style>