#BA9FE9

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

Shades of Perfume #BA9FE9

Tints of Perfume #BA9FE9

Color information

#BA9FE9 (or 0xBA9FE9) is unknown color: approx Perfume. HEX triplet: BA, 9F and E9. RGB value is (186,159,233). Sum of RGB (Red+Green+Blue) = 186+159+233=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FE9 is #456016. Grayscale: #AFAFAF. Windows color (decimal): -4546583 or 15310778. OLE color: 15310778.

HSL color Cylindrical-coordinate representation of color #BA9FE9: hue angle of 261.89º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9FE9 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186159233-
CMYK0.200.3200.09
HSL261.89º62.71%76.86%-
HSV(B)261.89º31.76%91.37%-
XYZ47.3641.1282.53-
YUV175.51160.45135.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=32.18%
G=27.51%
B=40.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861592330.200.3200.09261.8962.7176.86
HexBA9FE91420091063f4d
Octal272237351244001140677115
Binary10111010100111111110100110100100000010011000001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FE9; }

 p { color: rgb(186,159,233); }

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

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

 a { background-color: rgb(186,159,233); }

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

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

 span { border-color: rgb(186,159,233); }

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