Shades of Lavender Grey #B4AEDE
Tints of Lavender Grey #B4AEDE
RGB
CMYK
RGB Variations
Color information
#B4AEDE (or 0xB4AEDE) is known color: Lavender Grey. HEX triplet: B4, AE and DE. RGB value is (180,174,222). Sum of RGB (Red+Green+Blue) = 180+174+222=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDE is #4B5121. Grayscale: #B5B5B5. Windows color (decimal): -4935970 or 14593716. OLE color: 14593716.
HSL color Cylindrical-coordinate representation of color #B4AEDE: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AEDE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 174 | 222 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.13 |
| HSL | 247.5º | 0.42% | 0.78% | - |
| HSV(B) | 247.5º | 0.22% | 0.87% | - |
| XYZ | 47.14 | 45.25 | 75.36 | - |
| YUV | 181.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 222 | 0.19 | 0.22 | 0 | 0.13 | 247.5 | 0.42 | 0.78 |
| Hex | B4 | AE | DE | 13 | 16 | 0 | D | F8 | 2A | 4E |
| Octal | 264 | 256 | 336 | 23 | 26 | 0 | 15 | 370 | 52 | 116 |
| Binary | 10110100 | 10101110 | 11011110 | 10011 | 10110 | 0 | 1101 | 11111000 | 101010 | 1001110 |
Color Harmonies of #B4AEDE
Complementary color
Monochromatic Colors of #B4AEDE
Black with #B4AEDE
Text Example
Text Example
White with #B4AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AEDE; }
p { color: rgb(180,174,222); }
H1.HeaderClassName
{
color: #B4AEDE;
}
.AnyTagClassName
{
color: #B4AEDE;
}
</style>
background-color css
<style>
a { background-color: #B4AEDE; }
a { background-color: rgb(180,174,222); }
div.DivClassName
{
background-color: #B4AEDE;
}
.BgClassName
{
background-color: #B4AEDE;
}
</style>
border-color css
<style>
span { border-color: #B4AEDE; }
span { border-color: rgb(180,174,222); }
td.TdClassName
{
border-color: #B4AEDE;
}
.TagClassName
{
border-color: #B4AEDE;
}
</style>