#BA9EF7

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

Shades of Perfume #BA9EF7

Tints of Perfume #BA9EF7

Color information

#BA9EF7 (or 0xBA9EF7) is unknown color: approx Perfume. HEX triplet: BA, 9E and F7. RGB value is (186,158,247). Sum of RGB (Red+Green+Blue) = 186+158+247=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA9EF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF7 is #456108. Grayscale: #B0B0B0. Windows color (decimal): -4546825 or 16228026. OLE color: 16228026.

HSL color Cylindrical-coordinate representation of color #BA9EF7: hue angle of 258.88º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9EF7 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186158247-
CMYK0.250.3600.03
HSL258.88º84.76%79.41%-
HSV(B)258.88º36.03%96.86%-
XYZ49.2741.6193.43-
YUV176.52167.78134.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 247 (96.88% from 255) = 41.79%
R=31.47%
G=26.73%
B=41.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861582470.250.3600.03258.8884.7679.41
HexBA9EF7192403103554f
Octal272236367314403403125117
Binary1011101010011110111101111100110010001110000001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EF7; }

 p { color: rgb(186,158,247); }

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

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

 a { background-color: rgb(186,158,247); }

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

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

 span { border-color: rgb(186,158,247); }

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