Shades of Lavender Grey #B3ADE2
Tints of Lavender Grey #B3ADE2
RGB
CMYK
RGB Variations
Color information
#B3ADE2 (or 0xB3ADE2) is known color: Lavender Grey. HEX triplet: B3, AD and E2. RGB value is (179,173,226). Sum of RGB (Red+Green+Blue) = 179+173+226=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #B3ADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADE2 is #4C521D. Grayscale: #B4B4B4. Windows color (decimal): -5001758 or 14855603. OLE color: 14855603.
HSL color Cylindrical-coordinate representation of color #B3ADE2: hue angle of 246.79º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3ADE2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 173 | 226 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.11 |
| HSL | 246.79º | 0.48% | 0.78% | - |
| HSV(B) | 246.79º | 0.23% | 0.89% | - |
| XYZ | 47.26 | 44.96 | 78.14 | - |
| YUV | 180.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 226 | 0.21 | 0.23 | 0 | 0.11 | 246.79 | 0.48 | 0.78 |
| Hex | B3 | AD | E2 | 15 | 17 | 0 | B | F7 | 30 | 4E |
| Octal | 263 | 255 | 342 | 25 | 27 | 0 | 13 | 367 | 60 | 116 |
| Binary | 10110011 | 10101101 | 11100010 | 10101 | 10111 | 0 | 1011 | 11110111 | 110000 | 1001110 |
Color Harmonies of #B3ADE2
Complementary color
Monochromatic Colors of #B3ADE2
Black with #B3ADE2
Text Example
Text Example
White with #B3ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADE2; }
p { color: rgb(179,173,226); }
H1.HeaderClassName
{
color: #B3ADE2;
}
.AnyTagClassName
{
color: #B3ADE2;
}
</style>
background-color css
<style>
a { background-color: #B3ADE2; }
a { background-color: rgb(179,173,226); }
div.DivClassName
{
background-color: #B3ADE2;
}
.BgClassName
{
background-color: #B3ADE2;
}
</style>
border-color css
<style>
span { border-color: #B3ADE2; }
span { border-color: rgb(179,173,226); }
td.TdClassName
{
border-color: #B3ADE2;
}
.TagClassName
{
border-color: #B3ADE2;
}
</style>