Shades of Perfume #BAA4DE
Tints of Perfume #BAA4DE
RGB
CMYK
RGB Variations
Color information
#BAA4DE (or 0xBAA4DE) is known color: Perfume. HEX triplet: BA, A4 and DE. RGB value is (186,164,222). Sum of RGB (Red+Green+Blue) = 186+164+222=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4DE is #455B21. Grayscale: #B0B0B0. Windows color (decimal): -4545314 or 14591162. OLE color: 14591162.
HSL color Cylindrical-coordinate representation of color #BAA4DE: hue angle of 262.76º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA4DE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 164 | 222 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.13 |
| HSL | 262.76º | 0.47% | 0.76% | - |
| HSV(B) | 262.76º | 0.26% | 0.87% | - |
| XYZ | 46.71 | 42.26 | 74.8 | - |
| YUV | 177.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 222 | 0.16 | 0.26 | 0 | 0.13 | 262.76 | 0.47 | 0.76 |
| Hex | BA | A4 | DE | 10 | 1A | 0 | D | 107 | 2F | 4C |
| Octal | 272 | 244 | 336 | 20 | 32 | 0 | 15 | 407 | 57 | 114 |
| Binary | 10111010 | 10100100 | 11011110 | 10000 | 11010 | 0 | 1101 | 100000111 | 101111 | 1001100 |
Color Harmonies of #BAA4DE
Complementary color
Monochromatic Colors of #BAA4DE
Black with #BAA4DE
Text Example
Text Example
White with #BAA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4DE; }
p { color: rgb(186,164,222); }
H1.HeaderClassName
{
color: #BAA4DE;
}
.AnyTagClassName
{
color: #BAA4DE;
}
</style>
background-color css
<style>
a { background-color: #BAA4DE; }
a { background-color: rgb(186,164,222); }
div.DivClassName
{
background-color: #BAA4DE;
}
.BgClassName
{
background-color: #BAA4DE;
}
</style>
border-color css
<style>
span { border-color: #BAA4DE; }
span { border-color: rgb(186,164,222); }
td.TdClassName
{
border-color: #BAA4DE;
}
.TagClassName
{
border-color: #BAA4DE;
}
</style>