Shades of Perfume #BAA5CB
Tints of Perfume #BAA5CB
RGB
CMYK
RGB Variations
Color information
#BAA5CB (or 0xBAA5CB) is known color: Perfume. HEX triplet: BA, A5 and CB. RGB value is (186,165,203). Sum of RGB (Red+Green+Blue) = 186+165+203=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5CB is #455A34. Grayscale: #AFAFAF. Windows color (decimal): -4545077 or 13346234. OLE color: 13346234.
HSL color Cylindrical-coordinate representation of color #BAA5CB: hue angle of 273.16º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA5CB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 165 | 203 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.20 |
| HSL | 273.16º | 0.27% | 0.72% | - |
| HSV(B) | 273.16º | 0.19% | 0.8% | - |
| XYZ | 44.48 | 41.66 | 62.2 | - |
| YUV | 175.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 203 | 0.08 | 0.19 | 0 | 0.20 | 273.16 | 0.27 | 0.72 |
| Hex | BA | A5 | CB | 8 | 13 | 0 | 14 | 111 | 1B | 48 |
| Octal | 272 | 245 | 313 | 10 | 23 | 0 | 24 | 421 | 33 | 110 |
| Binary | 10111010 | 10100101 | 11001011 | 1000 | 10011 | 0 | 10100 | 100010001 | 11011 | 1001000 |
Color Harmonies of #BAA5CB
Complementary color
Monochromatic Colors of #BAA5CB
Black with #BAA5CB
Text Example
Text Example
White with #BAA5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5CB; }
p { color: rgb(186,165,203); }
H1.HeaderClassName
{
color: #BAA5CB;
}
.AnyTagClassName
{
color: #BAA5CB;
}
</style>
background-color css
<style>
a { background-color: #BAA5CB; }
a { background-color: rgb(186,165,203); }
div.DivClassName
{
background-color: #BAA5CB;
}
.BgClassName
{
background-color: #BAA5CB;
}
</style>
border-color css
<style>
span { border-color: #BAA5CB; }
span { border-color: rgb(186,165,203); }
td.TdClassName
{
border-color: #BAA5CB;
}
.TagClassName
{
border-color: #BAA5CB;
}
</style>