Shades of Lily #B4ACB2
Tints of Lily #B4ACB2
RGB
CMYK
RGB Variations
Color information
#B4ACB2 (or 0xB4ACB2) is known color: Lily. HEX triplet: B4, AC and B2. RGB value is (180,172,178). Sum of RGB (Red+Green+Blue) = 180+172+178=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACB2 is #4B534D. Grayscale: #AFAFAF. Windows color (decimal): -4936526 or 11709620. OLE color: 11709620.
HSL color Cylindrical-coordinate representation of color #B4ACB2: hue angle of 315º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4ACB2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 172 | 178 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.29 |
| HSL | 315º | 0.05% | 0.69% | - |
| HSV(B) | 315º | 0.04% | 0.71% | - |
| XYZ | 41.61 | 42.42 | 48.11 | - |
| YUV | 175.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 178 | 0 | 0.04 | 0.01 | 0.29 | 315 | 0.05 | 0.69 |
| Hex | B4 | AC | B2 | 0 | 4 | 1 | 1D | 13B | 5 | 45 |
| Octal | 264 | 254 | 262 | 0 | 4 | 1 | 35 | 473 | 5 | 105 |
| Binary | 10110100 | 10101100 | 10110010 | 0 | 100 | 1 | 11101 | 100111011 | 101 | 1000101 |
Color Harmonies of #B4ACB2
Complementary color
Monochromatic Colors of #B4ACB2
Black with #B4ACB2
Text Example
Text Example
White with #B4ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACB2; }
p { color: rgb(180,172,178); }
H1.HeaderClassName
{
color: #B4ACB2;
}
.AnyTagClassName
{
color: #B4ACB2;
}
</style>
background-color css
<style>
a { background-color: #B4ACB2; }
a { background-color: rgb(180,172,178); }
div.DivClassName
{
background-color: #B4ACB2;
}
.BgClassName
{
background-color: #B4ACB2;
}
</style>
border-color css
<style>
span { border-color: #B4ACB2; }
span { border-color: rgb(180,172,178); }
td.TdClassName
{
border-color: #B4ACB2;
}
.TagClassName
{
border-color: #B4ACB2;
}
</style>