#BA97F6

Color #BA97F6 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BA97F6

Tints of Perfume #BA97F6

Color information

#BA97F6 (or 0xBA97F6) is unknown color: approx Perfume. HEX triplet: BA, 97 and F6. RGB value is (186,151,246). Sum of RGB (Red+Green+Blue) = 186+151+246=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA97F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97F6 is #456809. Grayscale: #ABABAB. Windows color (decimal): -4548618 or 16160698. OLE color: 16160698.

HSL color Cylindrical-coordinate representation of color #BA97F6: hue angle of 262.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA97F6 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186151246-
CMYK0.240.3900.04
HSL262.11º84.07%77.84%-
HSV(B)262.11º38.62%96.47%-
XYZ47.9539.2392.23-
YUV172.3169.6137.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=31.90%
G=25.90%
B=42.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861512460.240.3900.04262.1184.0777.84
HexBA97F6182704106544e
Octal272227366304704406124116
Binary10111010100101111111011011000100111010010000011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97F6; }

 p { color: rgb(186,151,246); }

 H1.HeaderClassName
 {
   color: #BA97F6;
 }
 .AnyTagClassName
 {
   color: #BA97F6;
 }
</style>
background-color css

<style>
 a { background-color: #BA97F6; }

 a { background-color: rgb(186,151,246); }

 div.DivClassName
 {
   background-color: #BA97F6;
 }
 .BgClassName
 {
   background-color: #BA97F6;
 }
</style>
border-color css

<style>
 span { border-color: #BA97F6; }

 span { border-color: rgb(186,151,246); }

 td.TdClassName
 {
   border-color: #BA97F6;
 }
 .TagClassName
 {
   border-color: #BA97F6;
 }
</style>