Shades of Perfume #BAA4D4
Tints of Perfume #BAA4D4
RGB
CMYK
RGB Variations
Color information
#BAA4D4 (or 0xBAA4D4) is known color: Perfume. HEX triplet: BA, A4 and D4. RGB value is (186,164,212). Sum of RGB (Red+Green+Blue) = 186+164+212=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4D4 is #455B2B. Grayscale: #AFAFAF. Windows color (decimal): -4545324 or 13935802. OLE color: 13935802.
HSL color Cylindrical-coordinate representation of color #BAA4D4: hue angle of 267.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA4D4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 164 | 212 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.17 |
| HSL | 267.5º | 0.36% | 0.74% | - |
| HSV(B) | 267.5º | 0.23% | 0.83% | - |
| XYZ | 45.41 | 41.74 | 67.95 | - |
| YUV | 176.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 212 | 0.12 | 0.23 | 0 | 0.17 | 267.5 | 0.36 | 0.74 |
| Hex | BA | A4 | D4 | C | 17 | 0 | 11 | 10C | 24 | 4A |
| Octal | 272 | 244 | 324 | 14 | 27 | 0 | 21 | 414 | 44 | 112 |
| Binary | 10111010 | 10100100 | 11010100 | 1100 | 10111 | 0 | 10001 | 100001100 | 100100 | 1001010 |
Color Harmonies of #BAA4D4
Complementary color
Monochromatic Colors of #BAA4D4
Black with #BAA4D4
Text Example
Text Example
White with #BAA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4D4; }
p { color: rgb(186,164,212); }
H1.HeaderClassName
{
color: #BAA4D4;
}
.AnyTagClassName
{
color: #BAA4D4;
}
</style>
background-color css
<style>
a { background-color: #BAA4D4; }
a { background-color: rgb(186,164,212); }
div.DivClassName
{
background-color: #BAA4D4;
}
.BgClassName
{
background-color: #BAA4D4;
}
</style>
border-color css
<style>
span { border-color: #BAA4D4; }
span { border-color: rgb(186,164,212); }
td.TdClassName
{
border-color: #BAA4D4;
}
.TagClassName
{
border-color: #BAA4D4;
}
</style>