Shades of Lavender Grey #B3ADE5
Tints of Lavender Grey #B3ADE5
RGB
CMYK
RGB Variations
Color information
#B3ADE5 (or 0xB3ADE5) is known color: Lavender Grey. HEX triplet: B3, AD and E5. RGB value is (179,173,229). Sum of RGB (Red+Green+Blue) = 179+173+229=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #B3ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADE5 is #4C521A. Grayscale: #B4B4B4. Windows color (decimal): -5001755 or 15052211. OLE color: 15052211.
HSL color Cylindrical-coordinate representation of color #B3ADE5: hue angle of 246.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ADE5 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 173 | 229 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.10 |
| HSL | 246.43º | 0.52% | 0.79% | - |
| HSV(B) | 246.43º | 0.24% | 0.9% | - |
| XYZ | 47.68 | 45.13 | 80.33 | - |
| YUV | 181.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 229 | 0.22 | 0.24 | 0 | 0.10 | 246.43 | 0.52 | 0.79 |
| Hex | B3 | AD | E5 | 16 | 18 | 0 | A | F6 | 34 | 4F |
| Octal | 263 | 255 | 345 | 26 | 30 | 0 | 12 | 366 | 64 | 117 |
| Binary | 10110011 | 10101101 | 11100101 | 10110 | 11000 | 0 | 1010 | 11110110 | 110100 | 1001111 |
Color Harmonies of #B3ADE5
Complementary color
Monochromatic Colors of #B3ADE5
Black with #B3ADE5
Text Example
Text Example
White with #B3ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADE5; }
p { color: rgb(179,173,229); }
H1.HeaderClassName
{
color: #B3ADE5;
}
.AnyTagClassName
{
color: #B3ADE5;
}
</style>
background-color css
<style>
a { background-color: #B3ADE5; }
a { background-color: rgb(179,173,229); }
div.DivClassName
{
background-color: #B3ADE5;
}
.BgClassName
{
background-color: #B3ADE5;
}
</style>
border-color css
<style>
span { border-color: #B3ADE5; }
span { border-color: rgb(179,173,229); }
td.TdClassName
{
border-color: #B3ADE5;
}
.TagClassName
{
border-color: #B3ADE5;
}
</style>