Shades of Perfume #BAA5CF
Tints of Perfume #BAA5CF
RGB
CMYK
RGB Variations
Color information
#BAA5CF (or 0xBAA5CF) is known color: Perfume. HEX triplet: BA, A5 and CF. RGB value is (186,165,207). Sum of RGB (Red+Green+Blue) = 186+165+207=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5CF is #455A30. Grayscale: #AFAFAF. Windows color (decimal): -4545073 or 13608378. OLE color: 13608378.
HSL color Cylindrical-coordinate representation of color #BAA5CF: hue angle of 270º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA5CF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 165 | 207 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.19 |
| HSL | 270º | 0.3% | 0.73% | - |
| HSV(B) | 270º | 0.2% | 0.81% | - |
| XYZ | 44.97 | 41.85 | 64.74 | - |
| YUV | 176.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 207 | 0.10 | 0.20 | 0 | 0.19 | 270 | 0.3 | 0.73 |
| Hex | BA | A5 | CF | A | 14 | 0 | 13 | 10E | 1E | 49 |
| Octal | 272 | 245 | 317 | 12 | 24 | 0 | 23 | 416 | 36 | 111 |
| Binary | 10111010 | 10100101 | 11001111 | 1010 | 10100 | 0 | 10011 | 100001110 | 11110 | 1001001 |
Color Harmonies of #BAA5CF
Complementary color
Monochromatic Colors of #BAA5CF
Black with #BAA5CF
Text Example
Text Example
White with #BAA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5CF; }
p { color: rgb(186,165,207); }
H1.HeaderClassName
{
color: #BAA5CF;
}
.AnyTagClassName
{
color: #BAA5CF;
}
</style>
background-color css
<style>
a { background-color: #BAA5CF; }
a { background-color: rgb(186,165,207); }
div.DivClassName
{
background-color: #BAA5CF;
}
.BgClassName
{
background-color: #BAA5CF;
}
</style>
border-color css
<style>
span { border-color: #BAA5CF; }
span { border-color: rgb(186,165,207); }
td.TdClassName
{
border-color: #BAA5CF;
}
.TagClassName
{
border-color: #BAA5CF;
}
</style>