Shades of Lavender Grey #B2ADE3
Tints of Lavender Grey #B2ADE3
RGB
CMYK
RGB Variations
Color information
#B2ADE3 (or 0xB2ADE3) is known color: Lavender Grey. HEX triplet: B2, AD and E3. RGB value is (178,173,227). Sum of RGB (Red+Green+Blue) = 178+173+227=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #B2ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADE3 is #4D521C. Grayscale: #B4B4B4. Windows color (decimal): -5067293 or 14921138. OLE color: 14921138.
HSL color Cylindrical-coordinate representation of color #B2ADE3: hue angle of 245.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2ADE3 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 173 | 227 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.11 |
| HSL | 245.56º | 0.49% | 0.78% | - |
| HSV(B) | 245.56º | 0.24% | 0.89% | - |
| XYZ | 47.17 | 44.9 | 78.85 | - |
| YUV | 180.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 227 | 0.22 | 0.24 | 0 | 0.11 | 245.56 | 0.49 | 0.78 |
| Hex | B2 | AD | E3 | 16 | 18 | 0 | B | F6 | 31 | 4E |
| Octal | 262 | 255 | 343 | 26 | 30 | 0 | 13 | 366 | 61 | 116 |
| Binary | 10110010 | 10101101 | 11100011 | 10110 | 11000 | 0 | 1011 | 11110110 | 110001 | 1001110 |
Color Harmonies of #B2ADE3
Complementary color
Monochromatic Colors of #B2ADE3
Black with #B2ADE3
Text Example
Text Example
White with #B2ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADE3; }
p { color: rgb(178,173,227); }
H1.HeaderClassName
{
color: #B2ADE3;
}
.AnyTagClassName
{
color: #B2ADE3;
}
</style>
background-color css
<style>
a { background-color: #B2ADE3; }
a { background-color: rgb(178,173,227); }
div.DivClassName
{
background-color: #B2ADE3;
}
.BgClassName
{
background-color: #B2ADE3;
}
</style>
border-color css
<style>
span { border-color: #B2ADE3; }
span { border-color: rgb(178,173,227); }
td.TdClassName
{
border-color: #B2ADE3;
}
.TagClassName
{
border-color: #B2ADE3;
}
</style>