Shades of Lavender Grey #B2ADDA
Tints of Lavender Grey #B2ADDA
RGB
CMYK
RGB Variations
Color information
#B2ADDA (or 0xB2ADDA) is known color: Lavender Grey. HEX triplet: B2, AD and DA. RGB value is (178,173,218). Sum of RGB (Red+Green+Blue) = 178+173+218=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDA is #4D5225. Grayscale: #B3B3B3. Windows color (decimal): -5067302 or 14331314. OLE color: 14331314.
HSL color Cylindrical-coordinate representation of color #B2ADDA: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2ADDA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 178 | 173 | 218 | - |
CMYK | 0.18 | 0.21 | 0 | 0.15 |
HSL | 246.67º | 0.38% | 0.77% | - |
HSV(B) | 246.67º | 0.21% | 0.85% | - |
XYZ | 45.96 | 44.41 | 72.48 | - |
YUV | 179.63 | 149.66 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 218 | 0.18 | 0.21 | 0 | 0.15 | 246.67 | 0.38 | 0.77 |
Hex | B2 | AD | DA | 12 | 15 | 0 | F | F7 | 26 | 4D |
Octal | 262 | 255 | 332 | 22 | 25 | 0 | 17 | 367 | 46 | 115 |
Binary | 10110010 | 10101101 | 11011010 | 10010 | 10101 | 0 | 1111 | 11110111 | 100110 | 1001101 |
Color Harmonies of #B2ADDA
Complementary color
Monochromatic Colors of #B2ADDA
Black with #B2ADDA
Text Example
Text Example
White with #B2ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADDA; }
p { color: rgb(178,173,218); }
H1.HeaderClassName
{
color: #B2ADDA;
}
.AnyTagClassName
{
color: #B2ADDA;
}
</style>
background-color css
<style>
a { background-color: #B2ADDA; }
a { background-color: rgb(178,173,218); }
div.DivClassName
{
background-color: #B2ADDA;
}
.BgClassName
{
background-color: #B2ADDA;
}
</style>
border-color css
<style>
span { border-color: #B2ADDA; }
span { border-color: rgb(178,173,218); }
td.TdClassName
{
border-color: #B2ADDA;
}
.TagClassName
{
border-color: #B2ADDA;
}
</style>