#BA94F2

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

Shades of Perfume #BA94F2

Tints of Perfume #BA94F2

Color information

#BA94F2 (or 0xBA94F2) is unknown color: approx Perfume. HEX triplet: BA, 94 and F2. RGB value is (186,148,242). Sum of RGB (Red+Green+Blue) = 186+148+242=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA94F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA94F2 is #456B0D. Grayscale: #A9A9A9. Windows color (decimal): -4549390 or 15897786. OLE color: 15897786.

HSL color Cylindrical-coordinate representation of color #BA94F2: hue angle of 264.26º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA94F2 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186148242-
CMYK0.230.3900.05
HSL264.26º78.33%76.47%-
HSV(B)264.26º38.84%94.9%-
XYZ46.8738.0388.87-
YUV170.08168.59139.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 242 (94.92% from 255) = 42.01%
R=32.29%
G=25.69%
B=42.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861482420.230.3900.05264.2678.3376.47
HexBA94F21727051084e4c
Octal272224362274705410116114
Binary10111010100101001111001010111100111010110000100010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94F2; }

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

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

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

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

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

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

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

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