Shades of Perfume #BAA7D4
Tints of Perfume #BAA7D4
RGB
CMYK
RGB Variations
Color information
#BAA7D4 (or 0xBAA7D4) is known color: Perfume. HEX triplet: BA, A7 and D4. RGB value is (186,167,212). Sum of RGB (Red+Green+Blue) = 186+167+212=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAA7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7D4 is #45582B. Grayscale: #B1B1B1. Windows color (decimal): -4544556 or 13936570. OLE color: 13936570.
HSL color Cylindrical-coordinate representation of color #BAA7D4: hue angle of 265.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA7D4 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 167 | 212 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.17 |
| HSL | 265.33º | 0.34% | 0.74% | - |
| HSV(B) | 265.33º | 0.21% | 0.83% | - |
| XYZ | 45.95 | 42.83 | 68.13 | - |
| YUV | 177.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 212 | 0.12 | 0.21 | 0 | 0.17 | 265.33 | 0.34 | 0.74 |
| Hex | BA | A7 | D4 | C | 15 | 0 | 11 | 109 | 22 | 4A |
| Octal | 272 | 247 | 324 | 14 | 25 | 0 | 21 | 411 | 42 | 112 |
| Binary | 10111010 | 10100111 | 11010100 | 1100 | 10101 | 0 | 10001 | 100001001 | 100010 | 1001010 |
Color Harmonies of #BAA7D4
Complementary color
Monochromatic Colors of #BAA7D4
Black with #BAA7D4
Text Example
Text Example
White with #BAA7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7D4; }
p { color: rgb(186,167,212); }
H1.HeaderClassName
{
color: #BAA7D4;
}
.AnyTagClassName
{
color: #BAA7D4;
}
</style>
background-color css
<style>
a { background-color: #BAA7D4; }
a { background-color: rgb(186,167,212); }
div.DivClassName
{
background-color: #BAA7D4;
}
.BgClassName
{
background-color: #BAA7D4;
}
</style>
border-color css
<style>
span { border-color: #BAA7D4; }
span { border-color: rgb(186,167,212); }
td.TdClassName
{
border-color: #BAA7D4;
}
.TagClassName
{
border-color: #BAA7D4;
}
</style>