Shades of Lavender Grey #B5B4EA
Tints of Lavender Grey #B5B4EA
RGB
CMYK
RGB Variations
Color information
#B5B4EA (or 0xB5B4EA) is known color: Lavender Grey. HEX triplet: B5, B4 and EA. RGB value is (181,180,234). Sum of RGB (Red+Green+Blue) = 181+180+234=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B4EA is #4A4B15. Grayscale: #BABABA. Windows color (decimal): -4868886 or 15381685. OLE color: 15381685.
HSL color Cylindrical-coordinate representation of color #B5B4EA: hue angle of 241.11º 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 #B5B4EA is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 180 | 234 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.08 |
| HSL | 241.11º | 0.56% | 0.81% | - |
| HSV(B) | 241.11º | 0.23% | 0.92% | - |
| XYZ | 50.23 | 48.41 | 84.54 | - |
| YUV | 186.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 234 | 0.23 | 0.23 | 0 | 0.08 | 241.11 | 0.56 | 0.81 |
| Hex | B5 | B4 | EA | 17 | 17 | 0 | 8 | F1 | 38 | 51 |
| Octal | 265 | 264 | 352 | 27 | 27 | 0 | 10 | 361 | 70 | 121 |
| Binary | 10110101 | 10110100 | 11101010 | 10111 | 10111 | 0 | 1000 | 11110001 | 111000 | 1010001 |
Color Harmonies of #B5B4EA
Complementary color
Monochromatic Colors of #B5B4EA
Black with #B5B4EA
Text Example
Text Example
White with #B5B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B4EA; }
p { color: rgb(181,180,234); }
H1.HeaderClassName
{
color: #B5B4EA;
}
.AnyTagClassName
{
color: #B5B4EA;
}
</style>
background-color css
<style>
a { background-color: #B5B4EA; }
a { background-color: rgb(181,180,234); }
div.DivClassName
{
background-color: #B5B4EA;
}
.BgClassName
{
background-color: #B5B4EA;
}
</style>
border-color css
<style>
span { border-color: #B5B4EA; }
span { border-color: rgb(181,180,234); }
td.TdClassName
{
border-color: #B5B4EA;
}
.TagClassName
{
border-color: #B5B4EA;
}
</style>