#BA94EE

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

Shades of Perfume #BA94EE

Tints of Perfume #BA94EE

Color information

#BA94EE (or 0xBA94EE) is unknown color: approx Perfume. HEX triplet: BA, 94 and EE. RGB value is (186,148,238). Sum of RGB (Red+Green+Blue) = 186+148+238=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94EE is #456B11. Grayscale: #A9A9A9. Windows color (decimal): -4549394 or 15635642. OLE color: 15635642.

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

Color convert

RGB186148238-
CMYK0.220.3800.07
HSL265.33º72.58%75.69%-
HSV(B)265.33º37.82%93.33%-
XYZ46.2737.7985.74-
YUV169.62166.59139.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=32.52%
G=25.87%
B=41.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861482380.220.3800.07265.3372.5875.69
HexBA94EE162607109494c
Octal272224356264607411111114
Binary10111010100101001110111010110100110011110000100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94EE; }

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

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

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

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

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

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

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

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