Shades of Lavender Grey #B3ADDF
Tints of Lavender Grey #B3ADDF
RGB
CMYK
RGB Variations
Color information
#B3ADDF (or 0xB3ADDF) is known color: Lavender Grey. HEX triplet: B3, AD and DF. RGB value is (179,173,223). Sum of RGB (Red+Green+Blue) = 179+173+223=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDF is #4C5220. Grayscale: #B4B4B4. Windows color (decimal): -5001761 or 14658995. OLE color: 14658995.
HSL color Cylindrical-coordinate representation of color #B3ADDF: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3ADDF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 173 | 223 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.13 |
| HSL | 247.2º | 0.44% | 0.78% | - |
| HSV(B) | 247.2º | 0.22% | 0.87% | - |
| XYZ | 46.85 | 44.8 | 75.99 | - |
| YUV | 180.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 223 | 0.20 | 0.22 | 0 | 0.13 | 247.2 | 0.44 | 0.78 |
| Hex | B3 | AD | DF | 14 | 16 | 0 | D | F7 | 2C | 4E |
| Octal | 263 | 255 | 337 | 24 | 26 | 0 | 15 | 367 | 54 | 116 |
| Binary | 10110011 | 10101101 | 11011111 | 10100 | 10110 | 0 | 1101 | 11110111 | 101100 | 1001110 |
Color Harmonies of #B3ADDF
Complementary color
Monochromatic Colors of #B3ADDF
Black with #B3ADDF
Text Example
Text Example
White with #B3ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADDF; }
p { color: rgb(179,173,223); }
H1.HeaderClassName
{
color: #B3ADDF;
}
.AnyTagClassName
{
color: #B3ADDF;
}
</style>
background-color css
<style>
a { background-color: #B3ADDF; }
a { background-color: rgb(179,173,223); }
div.DivClassName
{
background-color: #B3ADDF;
}
.BgClassName
{
background-color: #B3ADDF;
}
</style>
border-color css
<style>
span { border-color: #B3ADDF; }
span { border-color: rgb(179,173,223); }
td.TdClassName
{
border-color: #B3ADDF;
}
.TagClassName
{
border-color: #B3ADDF;
}
</style>