#BA9EFA

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

Shades of Perfume #BA9EFA

Tints of Perfume #BA9EFA

Color information

#BA9EFA (or 0xBA9EFA) is unknown color: approx Perfume. HEX triplet: BA, 9E and FA. RGB value is (186,158,250). Sum of RGB (Red+Green+Blue) = 186+158+250=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EFA is #456105. Grayscale: #B0B0B0. Windows color (decimal): -4546822 or 16424634. OLE color: 16424634.

HSL color Cylindrical-coordinate representation of color #BA9EFA: hue angle of 258.26º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9EFA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186158250-
CMYK0.260.3700.02
HSL258.26º90.2%80%-
HSV(B)258.26º36.8%98.04%-
XYZ49.7341.7995.89-
YUV176.86169.28134.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=31.31%
G=26.60%
B=42.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861582500.260.3700.02258.2690.280
HexBA9EFA1A25021025a50
Octal272236372324502402132120
Binary1011101010011110111110101101010010101010000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EFA; }

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

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

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

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

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

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

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

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