#BA9FEC

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

Shades of Perfume #BA9FEC

Tints of Perfume #BA9FEC

Color information

#BA9FEC (or 0xBA9FEC) is unknown color: approx Perfume. HEX triplet: BA, 9F and EC. RGB value is (186,159,236). Sum of RGB (Red+Green+Blue) = 186+159+236=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FEC is #456013. Grayscale: #AFAFAF. Windows color (decimal): -4546580 or 15507386. OLE color: 15507386.

HSL color Cylindrical-coordinate representation of color #BA9FEC: hue angle of 261.04º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9FEC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186159236-
CMYK0.210.3300.07
HSL261.04º66.96%77.45%-
HSV(B)261.04º32.63%92.55%-
XYZ47.7941.2984.81-
YUV175.85161.95135.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=32.01%
G=27.37%
B=40.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861592360.210.3300.07261.0466.9677.45
HexBA9FEC152107105434d
Octal272237354254107405103115
Binary10111010100111111110110010101100001011110000010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FEC; }

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

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

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

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

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

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

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

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