Shades of Perfume #BA99E2
Tints of Perfume #BA99E2
RGB
CMYK
RGB Variations
Color information
#BA99E2 (or 0xBA99E2) is known color: Perfume. HEX triplet: BA, 99 and E2. RGB value is (186,153,226). Sum of RGB (Red+Green+Blue) = 186+153+226=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99E2 is #45661D. Grayscale: #AAAAAA. Windows color (decimal): -4548126 or 14850490. OLE color: 14850490.
HSL color Cylindrical-coordinate representation of color #BA99E2: hue angle of 267.12º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA99E2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 153 | 226 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.11 |
| HSL | 267.12º | 0.56% | 0.74% | - |
| HSV(B) | 267.12º | 0.32% | 0.89% | - |
| XYZ | 45.37 | 38.71 | 77.03 | - |
| YUV | 171.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 226 | 0.18 | 0.32 | 0 | 0.11 | 267.12 | 0.56 | 0.74 |
| Hex | BA | 99 | E2 | 12 | 20 | 0 | B | 10B | 38 | 4A |
| Octal | 272 | 231 | 342 | 22 | 40 | 0 | 13 | 413 | 70 | 112 |
| Binary | 10111010 | 10011001 | 11100010 | 10010 | 100000 | 0 | 1011 | 100001011 | 111000 | 1001010 |
Color Harmonies of #BA99E2
Complementary color
Monochromatic Colors of #BA99E2
Black with #BA99E2
Text Example
Text Example
White with #BA99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99E2; }
p { color: rgb(186,153,226); }
H1.HeaderClassName
{
color: #BA99E2;
}
.AnyTagClassName
{
color: #BA99E2;
}
</style>
background-color css
<style>
a { background-color: #BA99E2; }
a { background-color: rgb(186,153,226); }
div.DivClassName
{
background-color: #BA99E2;
}
.BgClassName
{
background-color: #BA99E2;
}
</style>
border-color css
<style>
span { border-color: #BA99E2; }
span { border-color: rgb(186,153,226); }
td.TdClassName
{
border-color: #BA99E2;
}
.TagClassName
{
border-color: #BA99E2;
}
</style>