Shades of Lavender Grey #B3ADDC
Tints of Lavender Grey #B3ADDC
RGB
CMYK
RGB Variations
Color information
#B3ADDC (or 0xB3ADDC) is known color: Lavender Grey. HEX triplet: B3, AD and DC. RGB value is (179,173,220). Sum of RGB (Red+Green+Blue) = 179+173+220=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDC is #4C5223. Grayscale: #B3B3B3. Windows color (decimal): -5001764 or 14462387. OLE color: 14462387.
HSL color Cylindrical-coordinate representation of color #B3ADDC: hue angle of 247.66º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3ADDC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 173 | 220 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.14 |
| HSL | 247.66º | 0.4% | 0.77% | - |
| HSV(B) | 247.66º | 0.21% | 0.86% | - |
| XYZ | 46.45 | 44.64 | 73.88 | - |
| YUV | 180.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 220 | 0.19 | 0.21 | 0 | 0.14 | 247.66 | 0.4 | 0.77 |
| Hex | B3 | AD | DC | 13 | 15 | 0 | E | F8 | 28 | 4D |
| Octal | 263 | 255 | 334 | 23 | 25 | 0 | 16 | 370 | 50 | 115 |
| Binary | 10110011 | 10101101 | 11011100 | 10011 | 10101 | 0 | 1110 | 11111000 | 101000 | 1001101 |
Color Harmonies of #B3ADDC
Complementary color
Monochromatic Colors of #B3ADDC
Black with #B3ADDC
Text Example
Text Example
White with #B3ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADDC; }
p { color: rgb(179,173,220); }
H1.HeaderClassName
{
color: #B3ADDC;
}
.AnyTagClassName
{
color: #B3ADDC;
}
</style>
background-color css
<style>
a { background-color: #B3ADDC; }
a { background-color: rgb(179,173,220); }
div.DivClassName
{
background-color: #B3ADDC;
}
.BgClassName
{
background-color: #B3ADDC;
}
</style>
border-color css
<style>
span { border-color: #B3ADDC; }
span { border-color: rgb(179,173,220); }
td.TdClassName
{
border-color: #B3ADDC;
}
.TagClassName
{
border-color: #B3ADDC;
}
</style>