Shades of Lavender Grey #B2ACDA
Tints of Lavender Grey #B2ACDA
RGB
CMYK
RGB Variations
Color information
#B2ACDA (or 0xB2ACDA) is known color: Lavender Grey. HEX triplet: B2, AC and DA. RGB value is (178,172,218). Sum of RGB (Red+Green+Blue) = 178+172+218=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDA is #4D5325. Grayscale: #B2B2B2. Windows color (decimal): -5067558 or 14331058. OLE color: 14331058.
HSL color Cylindrical-coordinate representation of color #B2ACDA: hue angle of 247.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2ACDA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 178 | 172 | 218 | - |
CMYK | 0.18 | 0.21 | 0 | 0.15 |
HSL | 247.83º | 0.38% | 0.76% | - |
HSV(B) | 247.83º | 0.21% | 0.85% | - |
XYZ | 45.77 | 44.03 | 72.42 | - |
YUV | 179.04 | 149.99 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 172 | 218 | 0.18 | 0.21 | 0 | 0.15 | 247.83 | 0.38 | 0.76 |
Hex | B2 | AC | DA | 12 | 15 | 0 | F | F8 | 26 | 4C |
Octal | 262 | 254 | 332 | 22 | 25 | 0 | 17 | 370 | 46 | 114 |
Binary | 10110010 | 10101100 | 11011010 | 10010 | 10101 | 0 | 1111 | 11111000 | 100110 | 1001100 |
Color Harmonies of #B2ACDA
Complementary color
Monochromatic Colors of #B2ACDA
Black with #B2ACDA
Text Example
Text Example
White with #B2ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACDA; }
p { color: rgb(178,172,218); }
H1.HeaderClassName
{
color: #B2ACDA;
}
.AnyTagClassName
{
color: #B2ACDA;
}
</style>
background-color css
<style>
a { background-color: #B2ACDA; }
a { background-color: rgb(178,172,218); }
div.DivClassName
{
background-color: #B2ACDA;
}
.BgClassName
{
background-color: #B2ACDA;
}
</style>
border-color css
<style>
span { border-color: #B2ACDA; }
span { border-color: rgb(178,172,218); }
td.TdClassName
{
border-color: #B2ACDA;
}
.TagClassName
{
border-color: #B2ACDA;
}
</style>