Shades of Lavender Grey #B2ACE5
Tints of Lavender Grey #B2ACE5
RGB
CMYK
RGB Variations
Color information
#B2ACE5 (or 0xB2ACE5) is known color: Lavender Grey. HEX triplet: B2, AC and E5. RGB value is (178,172,229). Sum of RGB (Red+Green+Blue) = 178+172+229=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #B2ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACE5 is #4D531A. Grayscale: #B4B4B4. Windows color (decimal): -5067547 or 15051954. OLE color: 15051954.
HSL color Cylindrical-coordinate representation of color #B2ACE5: hue angle of 246.32º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ACE5 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 172 | 229 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.10 |
| HSL | 246.32º | 0.52% | 0.79% | - |
| HSV(B) | 246.32º | 0.25% | 0.9% | - |
| XYZ | 47.26 | 44.63 | 80.25 | - |
| YUV | 180.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 229 | 0.22 | 0.25 | 0 | 0.10 | 246.32 | 0.52 | 0.79 |
| Hex | B2 | AC | E5 | 16 | 19 | 0 | A | F6 | 34 | 4F |
| Octal | 262 | 254 | 345 | 26 | 31 | 0 | 12 | 366 | 64 | 117 |
| Binary | 10110010 | 10101100 | 11100101 | 10110 | 11001 | 0 | 1010 | 11110110 | 110100 | 1001111 |
Color Harmonies of #B2ACE5
Complementary color
Monochromatic Colors of #B2ACE5
Black with #B2ACE5
Text Example
Text Example
White with #B2ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACE5; }
p { color: rgb(178,172,229); }
H1.HeaderClassName
{
color: #B2ACE5;
}
.AnyTagClassName
{
color: #B2ACE5;
}
</style>
background-color css
<style>
a { background-color: #B2ACE5; }
a { background-color: rgb(178,172,229); }
div.DivClassName
{
background-color: #B2ACE5;
}
.BgClassName
{
background-color: #B2ACE5;
}
</style>
border-color css
<style>
span { border-color: #B2ACE5; }
span { border-color: rgb(178,172,229); }
td.TdClassName
{
border-color: #B2ACE5;
}
.TagClassName
{
border-color: #B2ACE5;
}
</style>