Shades of Lily #B2ACAF
Tints of Lily #B2ACAF
RGB
CMYK
RGB Variations
Color information
#B2ACAF (or 0xB2ACAF) is known color: Lily. HEX triplet: B2, AC and AF. RGB value is (178,172,175). Sum of RGB (Red+Green+Blue) = 178+172+175=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ACAF is #4D5350. Grayscale: #AEAEAE. Windows color (decimal): -5067601 or 11513010. OLE color: 11513010.
HSL color Cylindrical-coordinate representation of color #B2ACAF: hue angle of 330º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ACAF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 172 | 175 | - |
CMYK | 0 | 0.03 | 0.02 | 0.30 |
HSL | 330º | 0.04% | 0.69% | - |
HSV(B) | 330º | 0.03% | 0.7% | - |
XYZ | 40.85 | 42.07 | 46.52 | - |
YUV | 174.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 172 | 175 | 0 | 0.03 | 0.02 | 0.30 | 330 | 0.04 | 0.69 |
Hex | B2 | AC | AF | 0 | 3 | 2 | 1E | 14A | 4 | 45 |
Octal | 262 | 254 | 257 | 0 | 3 | 2 | 36 | 512 | 4 | 105 |
Binary | 10110010 | 10101100 | 10101111 | 0 | 11 | 10 | 11110 | 101001010 | 100 | 1000101 |
Color Harmonies of #B2ACAF
Complementary color
Monochromatic Colors of #B2ACAF
Black with #B2ACAF
Text Example
Text Example
White with #B2ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACAF; }
p { color: rgb(178,172,175); }
H1.HeaderClassName
{
color: #B2ACAF;
}
.AnyTagClassName
{
color: #B2ACAF;
}
</style>
background-color css
<style>
a { background-color: #B2ACAF; }
a { background-color: rgb(178,172,175); }
div.DivClassName
{
background-color: #B2ACAF;
}
.BgClassName
{
background-color: #B2ACAF;
}
</style>
border-color css
<style>
span { border-color: #B2ACAF; }
span { border-color: rgb(178,172,175); }
td.TdClassName
{
border-color: #B2ACAF;
}
.TagClassName
{
border-color: #B2ACAF;
}
</style>