Shades of Perfume #BAA1CB
Tints of Perfume #BAA1CB
RGB
CMYK
RGB Variations
Color information
#BAA1CB (or 0xBAA1CB) is known color: Perfume. HEX triplet: BA, A1 and CB. RGB value is (186,161,203). Sum of RGB (Red+Green+Blue) = 186+161+203=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1CB is #455E34. Grayscale: #ADADAD. Windows color (decimal): -4546101 or 13345210. OLE color: 13345210.
HSL color Cylindrical-coordinate representation of color #BAA1CB: hue angle of 275.71º 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 #BAA1CB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 161 | 203 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.20 |
| HSL | 275.71º | 0.29% | 0.71% | - |
| HSV(B) | 275.71º | 0.21% | 0.8% | - |
| XYZ | 43.77 | 40.24 | 61.96 | - |
| YUV | 173.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 203 | 0.08 | 0.21 | 0 | 0.20 | 275.71 | 0.29 | 0.71 |
| Hex | BA | A1 | CB | 8 | 15 | 0 | 14 | 114 | 1D | 47 |
| Octal | 272 | 241 | 313 | 10 | 25 | 0 | 24 | 424 | 35 | 107 |
| Binary | 10111010 | 10100001 | 11001011 | 1000 | 10101 | 0 | 10100 | 100010100 | 11101 | 1000111 |
Color Harmonies of #BAA1CB
Complementary color
Monochromatic Colors of #BAA1CB
Black with #BAA1CB
Text Example
Text Example
White with #BAA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1CB; }
p { color: rgb(186,161,203); }
H1.HeaderClassName
{
color: #BAA1CB;
}
.AnyTagClassName
{
color: #BAA1CB;
}
</style>
background-color css
<style>
a { background-color: #BAA1CB; }
a { background-color: rgb(186,161,203); }
div.DivClassName
{
background-color: #BAA1CB;
}
.BgClassName
{
background-color: #BAA1CB;
}
</style>
border-color css
<style>
span { border-color: #BAA1CB; }
span { border-color: rgb(186,161,203); }
td.TdClassName
{
border-color: #BAA1CB;
}
.TagClassName
{
border-color: #BAA1CB;
}
</style>