Shades of Lavender Grey #B3AEDC
Tints of Lavender Grey #B3AEDC
RGB
CMYK
RGB Variations
Color information
#B3AEDC (or 0xB3AEDC) is known color: Lavender Grey. HEX triplet: B3, AE and DC. RGB value is (179,174,220). Sum of RGB (Red+Green+Blue) = 179+174+220=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDC is #4C5123. Grayscale: #B4B4B4. Windows color (decimal): -5001508 or 14462643. OLE color: 14462643.
HSL color Cylindrical-coordinate representation of color #B3AEDC: hue angle of 246.52º 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 #B3AEDC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 174 | 220 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.14 |
| HSL | 246.52º | 0.4% | 0.77% | - |
| HSV(B) | 246.52º | 0.21% | 0.86% | - |
| XYZ | 46.64 | 45.02 | 73.94 | - |
| YUV | 180.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 220 | 0.19 | 0.21 | 0 | 0.14 | 246.52 | 0.4 | 0.77 |
| Hex | B3 | AE | DC | 13 | 15 | 0 | E | F7 | 28 | 4D |
| Octal | 263 | 256 | 334 | 23 | 25 | 0 | 16 | 367 | 50 | 115 |
| Binary | 10110011 | 10101110 | 11011100 | 10011 | 10101 | 0 | 1110 | 11110111 | 101000 | 1001101 |
Color Harmonies of #B3AEDC
Complementary color
Monochromatic Colors of #B3AEDC
Black with #B3AEDC
Text Example
Text Example
White with #B3AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AEDC; }
p { color: rgb(179,174,220); }
H1.HeaderClassName
{
color: #B3AEDC;
}
.AnyTagClassName
{
color: #B3AEDC;
}
</style>
background-color css
<style>
a { background-color: #B3AEDC; }
a { background-color: rgb(179,174,220); }
div.DivClassName
{
background-color: #B3AEDC;
}
.BgClassName
{
background-color: #B3AEDC;
}
</style>
border-color css
<style>
span { border-color: #B3AEDC; }
span { border-color: rgb(179,174,220); }
td.TdClassName
{
border-color: #B3AEDC;
}
.TagClassName
{
border-color: #B3AEDC;
}
</style>