Shades of Perfume #BA92F2
Tints of Perfume #BA92F2
RGB
CMYK
RGB Variations
Color information
#BA92F2 (or 0xBA92F2) is known color: Perfume. HEX triplet: BA, 92 and F2. RGB value is (186,146,242). Sum of RGB (Red+Green+Blue) = 186+146+242=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA92F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA92F2 is #456D0D. Grayscale: #A8A8A8. Windows color (decimal): -4549902 or 15897274. OLE color: 15897274.
HSL color Cylindrical-coordinate representation of color #BA92F2: hue angle of 265º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA92F2 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 146 | 242 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.05 |
| HSL | 265º | 0.79% | 0.76% | - |
| HSV(B) | 265º | 0.4% | 0.95% | - |
| XYZ | 46.56 | 37.41 | 88.77 | - |
| YUV | 168.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 242 | 0.23 | 0.40 | 0 | 0.05 | 265 | 0.79 | 0.76 |
| Hex | BA | 92 | F2 | 17 | 28 | 0 | 5 | 109 | 4F | 4C |
| Octal | 272 | 222 | 362 | 27 | 50 | 0 | 5 | 411 | 117 | 114 |
| Binary | 10111010 | 10010010 | 11110010 | 10111 | 101000 | 0 | 101 | 100001001 | 1001111 | 1001100 |
Color Harmonies of #BA92F2
Complementary color
Monochromatic Colors of #BA92F2
Black with #BA92F2
Text Example
Text Example
White with #BA92F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92F2; }
p { color: rgb(186,146,242); }
H1.HeaderClassName
{
color: #BA92F2;
}
.AnyTagClassName
{
color: #BA92F2;
}
</style>
background-color css
<style>
a { background-color: #BA92F2; }
a { background-color: rgb(186,146,242); }
div.DivClassName
{
background-color: #BA92F2;
}
.BgClassName
{
background-color: #BA92F2;
}
</style>
border-color css
<style>
span { border-color: #BA92F2; }
span { border-color: rgb(186,146,242); }
td.TdClassName
{
border-color: #BA92F2;
}
.TagClassName
{
border-color: #BA92F2;
}
</style>