Shades of Perfume #BA9DD4
Tints of Perfume #BA9DD4
RGB
CMYK
RGB Variations
Color information
#BA9DD4 (or 0xBA9DD4) is known color: Perfume. HEX triplet: BA, 9D and D4. RGB value is (186,157,212). Sum of RGB (Red+Green+Blue) = 186+157+212=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DD4 is #45622B. Grayscale: #ABABAB. Windows color (decimal): -4547116 or 13934010. OLE color: 13934010.
HSL color Cylindrical-coordinate representation of color #BA9DD4: hue angle of 271.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9DD4 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 157 | 212 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.17 |
| HSL | 271.64º | 0.39% | 0.72% | - |
| HSV(B) | 271.64º | 0.26% | 0.83% | - |
| XYZ | 44.19 | 39.31 | 67.55 | - |
| YUV | 171.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 212 | 0.12 | 0.26 | 0 | 0.17 | 271.64 | 0.39 | 0.72 |
| Hex | BA | 9D | D4 | C | 1A | 0 | 11 | 110 | 27 | 48 |
| Octal | 272 | 235 | 324 | 14 | 32 | 0 | 21 | 420 | 47 | 110 |
| Binary | 10111010 | 10011101 | 11010100 | 1100 | 11010 | 0 | 10001 | 100010000 | 100111 | 1001000 |
Color Harmonies of #BA9DD4
Complementary color
Monochromatic Colors of #BA9DD4
Black with #BA9DD4
Text Example
Text Example
White with #BA9DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DD4; }
p { color: rgb(186,157,212); }
H1.HeaderClassName
{
color: #BA9DD4;
}
.AnyTagClassName
{
color: #BA9DD4;
}
</style>
background-color css
<style>
a { background-color: #BA9DD4; }
a { background-color: rgb(186,157,212); }
div.DivClassName
{
background-color: #BA9DD4;
}
.BgClassName
{
background-color: #BA9DD4;
}
</style>
border-color css
<style>
span { border-color: #BA9DD4; }
span { border-color: rgb(186,157,212); }
td.TdClassName
{
border-color: #BA9DD4;
}
.TagClassName
{
border-color: #BA9DD4;
}
</style>