Shades of Lavender Grey #B4AEF0
Tints of Lavender Grey #B4AEF0
RGB
CMYK
RGB Variations
Color information
#B4AEF0 (or 0xB4AEF0) is known color: Lavender Grey. HEX triplet: B4, AE and F0. RGB value is (180,174,240). Sum of RGB (Red+Green+Blue) = 180+174+240=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #B4AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEF0 is #4B510F. Grayscale: #B7B7B7. Windows color (decimal): -4935952 or 15773364. OLE color: 15773364.
HSL color Cylindrical-coordinate representation of color #B4AEF0: hue angle of 245.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4AEF0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 174 | 240 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.06 |
| HSL | 245.45º | 0.69% | 0.81% | - |
| HSV(B) | 245.45º | 0.28% | 0.94% | - |
| XYZ | 49.69 | 46.27 | 88.75 | - |
| YUV | 183.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 240 | 0.25 | 0.28 | 0 | 0.06 | 245.45 | 0.69 | 0.81 |
| Hex | B4 | AE | F0 | 19 | 1C | 0 | 6 | F5 | 45 | 51 |
| Octal | 264 | 256 | 360 | 31 | 34 | 0 | 6 | 365 | 105 | 121 |
| Binary | 10110100 | 10101110 | 11110000 | 11001 | 11100 | 0 | 110 | 11110101 | 1000101 | 1010001 |
Color Harmonies of #B4AEF0
Complementary color
Monochromatic Colors of #B4AEF0
Black with #B4AEF0
Text Example
Text Example
White with #B4AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AEF0; }
p { color: rgb(180,174,240); }
H1.HeaderClassName
{
color: #B4AEF0;
}
.AnyTagClassName
{
color: #B4AEF0;
}
</style>
background-color css
<style>
a { background-color: #B4AEF0; }
a { background-color: rgb(180,174,240); }
div.DivClassName
{
background-color: #B4AEF0;
}
.BgClassName
{
background-color: #B4AEF0;
}
</style>
border-color css
<style>
span { border-color: #B4AEF0; }
span { border-color: rgb(180,174,240); }
td.TdClassName
{
border-color: #B4AEF0;
}
.TagClassName
{
border-color: #B4AEF0;
}
</style>