Shades of Perfume #BA9BD2
Tints of Perfume #BA9BD2
RGB
CMYK
RGB Variations
Color information
#BA9BD2 (or 0xBA9BD2) is known color: Perfume. HEX triplet: BA, 9B and D2. RGB value is (186,155,210). Sum of RGB (Red+Green+Blue) = 186+155+210=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA9BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BD2 is #45642D. Grayscale: #AAAAAA. Windows color (decimal): -4547630 or 13802426. OLE color: 13802426.
HSL color Cylindrical-coordinate representation of color #BA9BD2: hue angle of 273.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9BD2 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 155 | 210 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.18 |
| HSL | 273.82º | 0.38% | 0.72% | - |
| HSV(B) | 273.82º | 0.26% | 0.82% | - |
| XYZ | 43.6 | 38.53 | 66.11 | - |
| YUV | 170.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 210 | 0.11 | 0.26 | 0 | 0.18 | 273.82 | 0.38 | 0.72 |
| Hex | BA | 9B | D2 | B | 1A | 0 | 12 | 112 | 26 | 48 |
| Octal | 272 | 233 | 322 | 13 | 32 | 0 | 22 | 422 | 46 | 110 |
| Binary | 10111010 | 10011011 | 11010010 | 1011 | 11010 | 0 | 10010 | 100010010 | 100110 | 1001000 |
Color Harmonies of #BA9BD2
Complementary color
Monochromatic Colors of #BA9BD2
Black with #BA9BD2
Text Example
Text Example
White with #BA9BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BD2; }
p { color: rgb(186,155,210); }
H1.HeaderClassName
{
color: #BA9BD2;
}
.AnyTagClassName
{
color: #BA9BD2;
}
</style>
background-color css
<style>
a { background-color: #BA9BD2; }
a { background-color: rgb(186,155,210); }
div.DivClassName
{
background-color: #BA9BD2;
}
.BgClassName
{
background-color: #BA9BD2;
}
</style>
border-color css
<style>
span { border-color: #BA9BD2; }
span { border-color: rgb(186,155,210); }
td.TdClassName
{
border-color: #BA9BD2;
}
.TagClassName
{
border-color: #BA9BD2;
}
</style>