Shades of Perfume #BAA9CB
Tints of Perfume #BAA9CB
RGB
CMYK
RGB Variations
Color information
#BAA9CB (or 0xBAA9CB) is known color: Perfume. HEX triplet: BA, A9 and CB. RGB value is (186,169,203). Sum of RGB (Red+Green+Blue) = 186+169+203=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9CB is #455634. Grayscale: #B1B1B1. Windows color (decimal): -4544053 or 13347258. OLE color: 13347258.
HSL color Cylindrical-coordinate representation of color #BAA9CB: hue angle of 270º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA9CB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 169 | 203 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.20 |
| HSL | 270º | 0.25% | 0.73% | - |
| HSV(B) | 270º | 0.17% | 0.8% | - |
| XYZ | 45.22 | 43.13 | 62.44 | - |
| YUV | 177.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 203 | 0.08 | 0.17 | 0 | 0.20 | 270 | 0.25 | 0.73 |
| Hex | BA | A9 | CB | 8 | 11 | 0 | 14 | 10E | 19 | 49 |
| Octal | 272 | 251 | 313 | 10 | 21 | 0 | 24 | 416 | 31 | 111 |
| Binary | 10111010 | 10101001 | 11001011 | 1000 | 10001 | 0 | 10100 | 100001110 | 11001 | 1001001 |
Color Harmonies of #BAA9CB
Complementary color
Monochromatic Colors of #BAA9CB
Black with #BAA9CB
Text Example
Text Example
White with #BAA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9CB; }
p { color: rgb(186,169,203); }
H1.HeaderClassName
{
color: #BAA9CB;
}
.AnyTagClassName
{
color: #BAA9CB;
}
</style>
background-color css
<style>
a { background-color: #BAA9CB; }
a { background-color: rgb(186,169,203); }
div.DivClassName
{
background-color: #BAA9CB;
}
.BgClassName
{
background-color: #BAA9CB;
}
</style>
border-color css
<style>
span { border-color: #BAA9CB; }
span { border-color: rgb(186,169,203); }
td.TdClassName
{
border-color: #BAA9CB;
}
.TagClassName
{
border-color: #BAA9CB;
}
</style>