Shades of Lily #BAA8B6
Tints of Lily #BAA8B6
RGB
CMYK
RGB Variations
Color information
#BAA8B6 (or 0xBAA8B6) is known color: Lily. HEX triplet: BA, A8 and B6. RGB value is (186,168,182). Sum of RGB (Red+Green+Blue) = 186+168+182=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8B6 is #455749. Grayscale: #AEAEAE. Windows color (decimal): -4544330 or 11970746. OLE color: 11970746.
HSL color Cylindrical-coordinate representation of color #BAA8B6: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8B6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 168 | 182 | - |
CMYK | 0 | 0.10 | 0.02 | 0.27 |
HSL | 313.33º | 0.12% | 0.69% | - |
HSV(B) | 313.33º | 0.1% | 0.73% | - |
XYZ | 42.7 | 41.82 | 50.08 | - |
YUV | 174.98 | 131.96 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 168 | 182 | 0 | 0.10 | 0.02 | 0.27 | 313.33 | 0.12 | 0.69 |
Hex | BA | A8 | B6 | 0 | A | 2 | 1B | 139 | C | 45 |
Octal | 272 | 250 | 266 | 0 | 12 | 2 | 33 | 471 | 14 | 105 |
Binary | 10111010 | 10101000 | 10110110 | 0 | 1010 | 10 | 11011 | 100111001 | 1100 | 1000101 |
Color Harmonies of #BAA8B6
Complementary color
Monochromatic Colors of #BAA8B6
Black with #BAA8B6
Text Example
Text Example
White with #BAA8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8B6; }
p { color: rgb(186,168,182); }
H1.HeaderClassName
{
color: #BAA8B6;
}
.AnyTagClassName
{
color: #BAA8B6;
}
</style>
background-color css
<style>
a { background-color: #BAA8B6; }
a { background-color: rgb(186,168,182); }
div.DivClassName
{
background-color: #BAA8B6;
}
.BgClassName
{
background-color: #BAA8B6;
}
</style>
border-color css
<style>
span { border-color: #BAA8B6; }
span { border-color: rgb(186,168,182); }
td.TdClassName
{
border-color: #BAA8B6;
}
.TagClassName
{
border-color: #BAA8B6;
}
</style>