Shades of Perfume #BA94E7
Tints of Perfume #BA94E7
RGB
CMYK
RGB Variations
Color information
#BA94E7 (or 0xBA94E7) is known color: Perfume. HEX triplet: BA, 94 and E7. RGB value is (186,148,231). Sum of RGB (Red+Green+Blue) = 186+148+231=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA94E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94E7 is #456B18. Grayscale: #A8A8A8. Windows color (decimal): -4549401 or 15176890. OLE color: 15176890.
HSL color Cylindrical-coordinate representation of color #BA94E7: hue angle of 267.47º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA94E7 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 148 | 231 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.09 |
| HSL | 267.47º | 0.63% | 0.74% | - |
| HSV(B) | 267.47º | 0.36% | 0.91% | - |
| XYZ | 45.26 | 37.39 | 80.43 | - |
| YUV | 168.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 231 | 0.19 | 0.36 | 0 | 0.09 | 267.47 | 0.63 | 0.74 |
| Hex | BA | 94 | E7 | 13 | 24 | 0 | 9 | 10B | 3F | 4A |
| Octal | 272 | 224 | 347 | 23 | 44 | 0 | 11 | 413 | 77 | 112 |
| Binary | 10111010 | 10010100 | 11100111 | 10011 | 100100 | 0 | 1001 | 100001011 | 111111 | 1001010 |
Color Harmonies of #BA94E7
Complementary color
Monochromatic Colors of #BA94E7
Black with #BA94E7
Text Example
Text Example
White with #BA94E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94E7; }
p { color: rgb(186,148,231); }
H1.HeaderClassName
{
color: #BA94E7;
}
.AnyTagClassName
{
color: #BA94E7;
}
</style>
background-color css
<style>
a { background-color: #BA94E7; }
a { background-color: rgb(186,148,231); }
div.DivClassName
{
background-color: #BA94E7;
}
.BgClassName
{
background-color: #BA94E7;
}
</style>
border-color css
<style>
span { border-color: #BA94E7; }
span { border-color: rgb(186,148,231); }
td.TdClassName
{
border-color: #BA94E7;
}
.TagClassName
{
border-color: #BA94E7;
}
</style>