Shades of Lavender Grey #B3AED7
Tints of Lavender Grey #B3AED7
RGB
CMYK
RGB Variations
Color information
#B3AED7 (or 0xB3AED7) is known color: Lavender Grey. HEX triplet: B3, AE and D7. RGB value is (179,174,215). Sum of RGB (Red+Green+Blue) = 179+174+215=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #B3AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AED7 is #4C5128. Grayscale: #B4B4B4. Windows color (decimal): -5001513 or 14134963. OLE color: 14134963.
HSL color Cylindrical-coordinate representation of color #B3AED7: hue angle of 247.32º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3AED7 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 179 | 174 | 215 | - |
CMYK | 0.17 | 0.19 | 0 | 0.16 |
HSL | 247.32º | 0.34% | 0.76% | - |
HSV(B) | 247.32º | 0.19% | 0.84% | - |
XYZ | 45.99 | 44.76 | 70.51 | - |
YUV | 180.17 | 147.66 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 174 | 215 | 0.17 | 0.19 | 0 | 0.16 | 247.32 | 0.34 | 0.76 |
Hex | B3 | AE | D7 | 11 | 13 | 0 | 10 | F7 | 22 | 4C |
Octal | 263 | 256 | 327 | 21 | 23 | 0 | 20 | 367 | 42 | 114 |
Binary | 10110011 | 10101110 | 11010111 | 10001 | 10011 | 0 | 10000 | 11110111 | 100010 | 1001100 |
Color Harmonies of #B3AED7
Complementary color
Monochromatic Colors of #B3AED7
Black with #B3AED7
Text Example
Text Example
White with #B3AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AED7; }
p { color: rgb(179,174,215); }
H1.HeaderClassName
{
color: #B3AED7;
}
.AnyTagClassName
{
color: #B3AED7;
}
</style>
background-color css
<style>
a { background-color: #B3AED7; }
a { background-color: rgb(179,174,215); }
div.DivClassName
{
background-color: #B3AED7;
}
.BgClassName
{
background-color: #B3AED7;
}
</style>
border-color css
<style>
span { border-color: #B3AED7; }
span { border-color: rgb(179,174,215); }
td.TdClassName
{
border-color: #B3AED7;
}
.TagClassName
{
border-color: #B3AED7;
}
</style>