Shades of Lavender Grey #B2ADE4
Tints of Lavender Grey #B2ADE4
RGB
CMYK
RGB Variations
Color information
#B2ADE4 (or 0xB2ADE4) is known color: Lavender Grey. HEX triplet: B2, AD and E4. RGB value is (178,173,228). Sum of RGB (Red+Green+Blue) = 178+173+228=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #B2ADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADE4 is #4D521B. Grayscale: #B4B4B4. Windows color (decimal): -5067292 or 14986674. OLE color: 14986674.
HSL color Cylindrical-coordinate representation of color #B2ADE4: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2ADE4 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 173 | 228 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.11 |
| HSL | 245.45º | 0.5% | 0.79% | - |
| HSV(B) | 245.45º | 0.24% | 0.89% | - |
| XYZ | 47.31 | 44.95 | 79.58 | - |
| YUV | 180.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 228 | 0.22 | 0.24 | 0 | 0.11 | 245.45 | 0.5 | 0.79 |
| Hex | B2 | AD | E4 | 16 | 18 | 0 | B | F5 | 32 | 4F |
| Octal | 262 | 255 | 344 | 26 | 30 | 0 | 13 | 365 | 62 | 117 |
| Binary | 10110010 | 10101101 | 11100100 | 10110 | 11000 | 0 | 1011 | 11110101 | 110010 | 1001111 |
Color Harmonies of #B2ADE4
Complementary color
Monochromatic Colors of #B2ADE4
Black with #B2ADE4
Text Example
Text Example
White with #B2ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADE4; }
p { color: rgb(178,173,228); }
H1.HeaderClassName
{
color: #B2ADE4;
}
.AnyTagClassName
{
color: #B2ADE4;
}
</style>
background-color css
<style>
a { background-color: #B2ADE4; }
a { background-color: rgb(178,173,228); }
div.DivClassName
{
background-color: #B2ADE4;
}
.BgClassName
{
background-color: #B2ADE4;
}
</style>
border-color css
<style>
span { border-color: #B2ADE4; }
span { border-color: rgb(178,173,228); }
td.TdClassName
{
border-color: #B2ADE4;
}
.TagClassName
{
border-color: #B2ADE4;
}
</style>