Shades of Perfume #BAA4CC
Tints of Perfume #BAA4CC
RGB
CMYK
RGB Variations
Color information
#BAA4CC (or 0xBAA4CC) is known color: Perfume. HEX triplet: BA, A4 and CC. RGB value is (186,164,204). Sum of RGB (Red+Green+Blue) = 186+164+204=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4CC is #455B33. Grayscale: #AFAFAF. Windows color (decimal): -4545332 or 13411514. OLE color: 13411514.
HSL color Cylindrical-coordinate representation of color #BAA4CC: hue angle of 273º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA4CC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 164 | 204 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.2 |
| HSL | 273º | 0.28% | 0.72% | - |
| HSV(B) | 273º | 0.2% | 0.8% | - |
| XYZ | 44.42 | 41.35 | 62.77 | - |
| YUV | 175.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 204 | 0.09 | 0.20 | 0 | 0.2 | 273 | 0.28 | 0.72 |
| Hex | BA | A4 | CC | 9 | 14 | 0 | 14 | 111 | 1C | 48 |
| Octal | 272 | 244 | 314 | 11 | 24 | 0 | 24 | 421 | 34 | 110 |
| Binary | 10111010 | 10100100 | 11001100 | 1001 | 10100 | 0 | 10100 | 100010001 | 11100 | 1001000 |
Color Harmonies of #BAA4CC
Complementary color
Monochromatic Colors of #BAA4CC
Black with #BAA4CC
Text Example
Text Example
White with #BAA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4CC; }
p { color: rgb(186,164,204); }
H1.HeaderClassName
{
color: #BAA4CC;
}
.AnyTagClassName
{
color: #BAA4CC;
}
</style>
background-color css
<style>
a { background-color: #BAA4CC; }
a { background-color: rgb(186,164,204); }
div.DivClassName
{
background-color: #BAA4CC;
}
.BgClassName
{
background-color: #BAA4CC;
}
</style>
border-color css
<style>
span { border-color: #BAA4CC; }
span { border-color: rgb(186,164,204); }
td.TdClassName
{
border-color: #BAA4CC;
}
.TagClassName
{
border-color: #BAA4CC;
}
</style>