#BA91EE

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

Shades of Perfume #BA91EE

Tints of Perfume #BA91EE

Color information

#BA91EE (or 0xBA91EE) is unknown color: approx Perfume. HEX triplet: BA, 91 and EE. RGB value is (186,145,238). Sum of RGB (Red+Green+Blue) = 186+145+238=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA91EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91EE is #456E11. Grayscale: #A7A7A7. Windows color (decimal): -4550162 or 15634874. OLE color: 15634874.

HSL color Cylindrical-coordinate representation of color #BA91EE: hue angle of 266.45º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA91EE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186145238-
CMYK0.220.3900.07
HSL266.45º73.23%75.1%-
HSV(B)266.45º39.08%93.33%-
XYZ45.8136.8685.59-
YUV167.86167.58140.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=32.69%
G=25.48%
B=41.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861452380.220.3900.07266.4573.2375.1
HexBA91EE16270710a494b
Octal272221356264707412111113
Binary10111010100100011110111010110100111011110000101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91EE; }

 p { color: rgb(186,145,238); }

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

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

 a { background-color: rgb(186,145,238); }

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

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

 span { border-color: rgb(186,145,238); }

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