Shades of Lily #BAAAB2
Tints of Lily #BAAAB2
RGB
CMYK
RGB Variations
Color information
#BAAAB2 (or 0xBAAAB2) is known color: Lily. HEX triplet: BA, AA and B2. RGB value is (186,170,178). Sum of RGB (Red+Green+Blue) = 186+170+178=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAB2 is #45554D. Grayscale: #AFAFAF. Windows color (decimal): -4543822 or 11709114. OLE color: 11709114.
HSL color Cylindrical-coordinate representation of color #BAAAB2: hue angle of 330º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 170 | 178 | - |
CMYK | 0 | 0.09 | 0.04 | 0.27 |
HSL | 330º | 0.1% | 0.7% | - |
HSV(B) | 330º | 0.09% | 0.73% | - |
XYZ | 42.66 | 42.4 | 48.06 | - |
YUV | 175.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 170 | 178 | 0 | 0.09 | 0.04 | 0.27 | 330 | 0.1 | 0.7 |
Hex | BA | AA | B2 | 0 | 9 | 4 | 1B | 14A | A | 46 |
Octal | 272 | 252 | 262 | 0 | 11 | 4 | 33 | 512 | 12 | 106 |
Binary | 10111010 | 10101010 | 10110010 | 0 | 1001 | 100 | 11011 | 101001010 | 1010 | 1000110 |
Color Harmonies of #BAAAB2
Complementary color
Monochromatic Colors of #BAAAB2
Black with #BAAAB2
Text Example
Text Example
White with #BAAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAB2; }
p { color: rgb(186,170,178); }
H1.HeaderClassName
{
color: #BAAAB2;
}
.AnyTagClassName
{
color: #BAAAB2;
}
</style>
background-color css
<style>
a { background-color: #BAAAB2; }
a { background-color: rgb(186,170,178); }
div.DivClassName
{
background-color: #BAAAB2;
}
.BgClassName
{
background-color: #BAAAB2;
}
</style>
border-color css
<style>
span { border-color: #BAAAB2; }
span { border-color: rgb(186,170,178); }
td.TdClassName
{
border-color: #BAAAB2;
}
.TagClassName
{
border-color: #BAAAB2;
}
</style>