#BA9EF3

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

Shades of Perfume #BA9EF3

Tints of Perfume #BA9EF3

Color information

#BA9EF3 (or 0xBA9EF3) is unknown color: approx Perfume. HEX triplet: BA, 9E and F3. RGB value is (186,158,243). Sum of RGB (Red+Green+Blue) = 186+158+243=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA9EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF3 is #45610C. Grayscale: #AFAFAF. Windows color (decimal): -4546829 or 15965882. OLE color: 15965882.

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

Color convert

RGB186158243-
CMYK0.230.3500.05
HSL259.76º77.98%78.63%-
HSV(B)259.76º34.98%95.29%-
XYZ48.6541.3690.21-
YUV176.06165.78135.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=31.69%
G=26.92%
B=41.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861582430.230.3500.05259.7677.9878.63
HexBA9EF31723051044e4f
Octal272236363274305404116117
Binary10111010100111101111001110111100011010110000010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EF3; }

 p { color: rgb(186,158,243); }

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

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

 a { background-color: rgb(186,158,243); }

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

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

 span { border-color: rgb(186,158,243); }

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