Shades of Lily #B6ACB2
Tints of Lily #B6ACB2
RGB
CMYK
RGB Variations
Color information
#B6ACB2 (or 0xB6ACB2) is known color: Lily. HEX triplet: B6, AC and B2. RGB value is (182,172,178). Sum of RGB (Red+Green+Blue) = 182+172+178=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACB2 is #49534D. Grayscale: #AFAFAF. Windows color (decimal): -4805454 or 11709622. OLE color: 11709622.
HSL color Cylindrical-coordinate representation of color #B6ACB2: hue angle of 324º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6ACB2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 172 | 178 | - |
CMYK | 0 | 0.05 | 0.02 | 0.29 |
HSL | 324º | 0.06% | 0.69% | - |
HSV(B) | 324º | 0.05% | 0.71% | - |
XYZ | 42.08 | 42.66 | 48.14 | - |
YUV | 175.67 | 129.31 | 132.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 172 | 178 | 0 | 0.05 | 0.02 | 0.29 | 324 | 0.06 | 0.69 |
Hex | B6 | AC | B2 | 0 | 5 | 2 | 1D | 144 | 6 | 45 |
Octal | 266 | 254 | 262 | 0 | 5 | 2 | 35 | 504 | 6 | 105 |
Binary | 10110110 | 10101100 | 10110010 | 0 | 101 | 10 | 11101 | 101000100 | 110 | 1000101 |
Color Harmonies of #B6ACB2
Complementary color
Monochromatic Colors of #B6ACB2
Black with #B6ACB2
Text Example
Text Example
White with #B6ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ACB2; }
p { color: rgb(182,172,178); }
H1.HeaderClassName
{
color: #B6ACB2;
}
.AnyTagClassName
{
color: #B6ACB2;
}
</style>
background-color css
<style>
a { background-color: #B6ACB2; }
a { background-color: rgb(182,172,178); }
div.DivClassName
{
background-color: #B6ACB2;
}
.BgClassName
{
background-color: #B6ACB2;
}
</style>
border-color css
<style>
span { border-color: #B6ACB2; }
span { border-color: rgb(182,172,178); }
td.TdClassName
{
border-color: #B6ACB2;
}
.TagClassName
{
border-color: #B6ACB2;
}
</style>