Shades of Lily #BAAEB4
Tints of Lily #BAAEB4
RGB
CMYK
RGB Variations
Color information
#BAAEB4 (or 0xBAAEB4) is known color: Lily. HEX triplet: BA, AE and B4. RGB value is (186,174,180). Sum of RGB (Red+Green+Blue) = 186+174+180=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB4 is #45514B. Grayscale: #B2B2B2. Windows color (decimal): -4542796 or 11841210. OLE color: 11841210.
HSL color Cylindrical-coordinate representation of color #BAAEB4: hue angle of 330º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEB4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 180 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.27 |
| HSL | 330º | 0.08% | 0.71% | - |
| HSV(B) | 330º | 0.06% | 0.73% | - |
| XYZ | 43.62 | 44.01 | 49.37 | - |
| YUV | 178.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 180 | 0 | 0.06 | 0.03 | 0.27 | 330 | 0.08 | 0.71 |
| Hex | BA | AE | B4 | 0 | 6 | 3 | 1B | 14A | 8 | 47 |
| Octal | 272 | 256 | 264 | 0 | 6 | 3 | 33 | 512 | 10 | 107 |
| Binary | 10111010 | 10101110 | 10110100 | 0 | 110 | 11 | 11011 | 101001010 | 1000 | 1000111 |
Color Harmonies of #BAAEB4
Complementary color
Monochromatic Colors of #BAAEB4
Black with #BAAEB4
Text Example
Text Example
White with #BAAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEB4; }
p { color: rgb(186,174,180); }
H1.HeaderClassName
{
color: #BAAEB4;
}
.AnyTagClassName
{
color: #BAAEB4;
}
</style>
background-color css
<style>
a { background-color: #BAAEB4; }
a { background-color: rgb(186,174,180); }
div.DivClassName
{
background-color: #BAAEB4;
}
.BgClassName
{
background-color: #BAAEB4;
}
</style>
border-color css
<style>
span { border-color: #BAAEB4; }
span { border-color: rgb(186,174,180); }
td.TdClassName
{
border-color: #BAAEB4;
}
.TagClassName
{
border-color: #BAAEB4;
}
</style>