Shades of Lavender Grey #B2ADEB
Tints of Lavender Grey #B2ADEB
RGB
CMYK
RGB Variations
Color information
#B2ADEB (or 0xB2ADEB) is known color: Lavender Grey. HEX triplet: B2, AD and EB. RGB value is (178,173,235). Sum of RGB (Red+Green+Blue) = 178+173+235=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADEB is #4D5214. Grayscale: #B5B5B5. Windows color (decimal): -5067285 or 15445426. OLE color: 15445426.
HSL color Cylindrical-coordinate representation of color #B2ADEB: hue angle of 244.84º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2ADEB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 178 | 173 | 235 | - |
CMYK | 0.24 | 0.26 | 0 | 0.08 |
HSL | 244.84º | 0.61% | 0.8% | - |
HSV(B) | 244.84º | 0.26% | 0.92% | - |
XYZ | 48.3 | 45.35 | 84.81 | - |
YUV | 181.56 | 158.16 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 235 | 0.24 | 0.26 | 0 | 0.08 | 244.84 | 0.61 | 0.8 |
Hex | B2 | AD | EB | 18 | 1A | 0 | 8 | F5 | 3D | 50 |
Octal | 262 | 255 | 353 | 30 | 32 | 0 | 10 | 365 | 75 | 120 |
Binary | 10110010 | 10101101 | 11101011 | 11000 | 11010 | 0 | 1000 | 11110101 | 111101 | 1010000 |
Color Harmonies of #B2ADEB
Complementary color
Monochromatic Colors of #B2ADEB
Black with #B2ADEB
Text Example
Text Example
White with #B2ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADEB; }
p { color: rgb(178,173,235); }
H1.HeaderClassName
{
color: #B2ADEB;
}
.AnyTagClassName
{
color: #B2ADEB;
}
</style>
background-color css
<style>
a { background-color: #B2ADEB; }
a { background-color: rgb(178,173,235); }
div.DivClassName
{
background-color: #B2ADEB;
}
.BgClassName
{
background-color: #B2ADEB;
}
</style>
border-color css
<style>
span { border-color: #B2ADEB; }
span { border-color: rgb(178,173,235); }
td.TdClassName
{
border-color: #B2ADEB;
}
.TagClassName
{
border-color: #B2ADEB;
}
</style>