Shades of Lavender Grey #B2ADE0
Tints of Lavender Grey #B2ADE0
RGB
CMYK
RGB Variations
Color information
#B2ADE0 (or 0xB2ADE0) is known color: Lavender Grey. HEX triplet: B2, AD and E0. RGB value is (178,173,224). Sum of RGB (Red+Green+Blue) = 178+173+224=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #B2ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADE0 is #4D521F. Grayscale: #B4B4B4. Windows color (decimal): -5067296 or 14724530. OLE color: 14724530.
HSL color Cylindrical-coordinate representation of color #B2ADE0: hue angle of 245.88º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2ADE0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 173 | 224 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.12 |
| HSL | 245.88º | 0.45% | 0.78% | - |
| HSV(B) | 245.88º | 0.23% | 0.88% | - |
| XYZ | 46.76 | 44.73 | 76.69 | - |
| YUV | 180.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 224 | 0.21 | 0.23 | 0 | 0.12 | 245.88 | 0.45 | 0.78 |
| Hex | B2 | AD | E0 | 15 | 17 | 0 | C | F6 | 2D | 4E |
| Octal | 262 | 255 | 340 | 25 | 27 | 0 | 14 | 366 | 55 | 116 |
| Binary | 10110010 | 10101101 | 11100000 | 10101 | 10111 | 0 | 1100 | 11110110 | 101101 | 1001110 |
Color Harmonies of #B2ADE0
Complementary color
Monochromatic Colors of #B2ADE0
Black with #B2ADE0
Text Example
Text Example
White with #B2ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADE0; }
p { color: rgb(178,173,224); }
H1.HeaderClassName
{
color: #B2ADE0;
}
.AnyTagClassName
{
color: #B2ADE0;
}
</style>
background-color css
<style>
a { background-color: #B2ADE0; }
a { background-color: rgb(178,173,224); }
div.DivClassName
{
background-color: #B2ADE0;
}
.BgClassName
{
background-color: #B2ADE0;
}
</style>
border-color css
<style>
span { border-color: #B2ADE0; }
span { border-color: rgb(178,173,224); }
td.TdClassName
{
border-color: #B2ADE0;
}
.TagClassName
{
border-color: #B2ADE0;
}
</style>