Shades of Lily #B0A8AC
Tints of Lily #B0A8AC
RGB
CMYK
RGB Variations
Color information
#B0A8AC (or 0xB0A8AC) is known color: Lily. HEX triplet: B0, A8 and AC. RGB value is (176,168,172). Sum of RGB (Red+Green+Blue) = 176+168+172=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A8AC is #4F5753. Grayscale: #AAAAAA. Windows color (decimal): -5199700 or 11315376. OLE color: 11315376.
HSL color Cylindrical-coordinate representation of color #B0A8AC: hue angle of 330º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0A8AC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 168 | 172 | - |
CMYK | 0 | 0.05 | 0.02 | 0.31 |
HSL | 330º | 0.05% | 0.67% | - |
HSV(B) | 330º | 0.05% | 0.69% | - |
XYZ | 39.35 | 40.21 | 44.72 | - |
YUV | 170.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 168 | 172 | 0 | 0.05 | 0.02 | 0.31 | 330 | 0.05 | 0.67 |
Hex | B0 | A8 | AC | 0 | 5 | 2 | 1F | 14A | 5 | 43 |
Octal | 260 | 250 | 254 | 0 | 5 | 2 | 37 | 512 | 5 | 103 |
Binary | 10110000 | 10101000 | 10101100 | 0 | 101 | 10 | 11111 | 101001010 | 101 | 1000011 |
Color Harmonies of #B0A8AC
Complementary color
Monochromatic Colors of #B0A8AC
Black with #B0A8AC
Text Example
Text Example
White with #B0A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8AC; }
p { color: rgb(176,168,172); }
H1.HeaderClassName
{
color: #B0A8AC;
}
.AnyTagClassName
{
color: #B0A8AC;
}
</style>
background-color css
<style>
a { background-color: #B0A8AC; }
a { background-color: rgb(176,168,172); }
div.DivClassName
{
background-color: #B0A8AC;
}
.BgClassName
{
background-color: #B0A8AC;
}
</style>
border-color css
<style>
span { border-color: #B0A8AC; }
span { border-color: rgb(176,168,172); }
td.TdClassName
{
border-color: #B0A8AC;
}
.TagClassName
{
border-color: #B0A8AC;
}
</style>