Shades of Perfume #BAA0CB
Tints of Perfume #BAA0CB
RGB
CMYK
RGB Variations
Color information
#BAA0CB (or 0xBAA0CB) is known color: Perfume. HEX triplet: BA, A0 and CB. RGB value is (186,160,203). Sum of RGB (Red+Green+Blue) = 186+160+203=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0CB is #455F34. Grayscale: #ACACAC. Windows color (decimal): -4546357 or 13344954. OLE color: 13344954.
HSL color Cylindrical-coordinate representation of color #BAA0CB: hue angle of 276.28º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA0CB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 160 | 203 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.20 |
| HSL | 276.28º | 0.29% | 0.71% | - |
| HSV(B) | 276.28º | 0.21% | 0.8% | - |
| XYZ | 43.6 | 39.89 | 61.9 | - |
| YUV | 172.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 203 | 0.08 | 0.21 | 0 | 0.20 | 276.28 | 0.29 | 0.71 |
| Hex | BA | A0 | CB | 8 | 15 | 0 | 14 | 114 | 1D | 47 |
| Octal | 272 | 240 | 313 | 10 | 25 | 0 | 24 | 424 | 35 | 107 |
| Binary | 10111010 | 10100000 | 11001011 | 1000 | 10101 | 0 | 10100 | 100010100 | 11101 | 1000111 |
Color Harmonies of #BAA0CB
Complementary color
Monochromatic Colors of #BAA0CB
Black with #BAA0CB
Text Example
Text Example
White with #BAA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA0CB; }
p { color: rgb(186,160,203); }
H1.HeaderClassName
{
color: #BAA0CB;
}
.AnyTagClassName
{
color: #BAA0CB;
}
</style>
background-color css
<style>
a { background-color: #BAA0CB; }
a { background-color: rgb(186,160,203); }
div.DivClassName
{
background-color: #BAA0CB;
}
.BgClassName
{
background-color: #BAA0CB;
}
</style>
border-color css
<style>
span { border-color: #BAA0CB; }
span { border-color: rgb(186,160,203); }
td.TdClassName
{
border-color: #BAA0CB;
}
.TagClassName
{
border-color: #BAA0CB;
}
</style>