Shades of Lavender Grey #B4AEF1
Tints of Lavender Grey #B4AEF1
RGB
CMYK
RGB Variations
Color information
#B4AEF1 (or 0xB4AEF1) is known color: Lavender Grey. HEX triplet: B4, AE and F1. RGB value is (180,174,241). Sum of RGB (Red+Green+Blue) = 180+174+241=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEF1 is #4B510E. Grayscale: #B7B7B7. Windows color (decimal): -4935951 or 15838900. OLE color: 15838900.
HSL color Cylindrical-coordinate representation of color #B4AEF1: hue angle of 245.37º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4AEF1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 174 | 241 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.05 |
| HSL | 245.37º | 0.71% | 0.81% | - |
| HSV(B) | 245.37º | 0.28% | 0.95% | - |
| XYZ | 49.84 | 46.33 | 89.53 | - |
| YUV | 183.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 241 | 0.25 | 0.28 | 0 | 0.05 | 245.37 | 0.71 | 0.81 |
| Hex | B4 | AE | F1 | 19 | 1C | 0 | 5 | F5 | 47 | 51 |
| Octal | 264 | 256 | 361 | 31 | 34 | 0 | 5 | 365 | 107 | 121 |
| Binary | 10110100 | 10101110 | 11110001 | 11001 | 11100 | 0 | 101 | 11110101 | 1000111 | 1010001 |
Color Harmonies of #B4AEF1
Complementary color
Monochromatic Colors of #B4AEF1
Black with #B4AEF1
Text Example
Text Example
White with #B4AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AEF1; }
p { color: rgb(180,174,241); }
H1.HeaderClassName
{
color: #B4AEF1;
}
.AnyTagClassName
{
color: #B4AEF1;
}
</style>
background-color css
<style>
a { background-color: #B4AEF1; }
a { background-color: rgb(180,174,241); }
div.DivClassName
{
background-color: #B4AEF1;
}
.BgClassName
{
background-color: #B4AEF1;
}
</style>
border-color css
<style>
span { border-color: #B4AEF1; }
span { border-color: rgb(180,174,241); }
td.TdClassName
{
border-color: #B4AEF1;
}
.TagClassName
{
border-color: #B4AEF1;
}
</style>