#BA9EED

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

Shades of Perfume #BA9EED

Tints of Perfume #BA9EED

Color information

#BA9EED (or 0xBA9EED) is unknown color: approx Perfume. HEX triplet: BA, 9E and ED. RGB value is (186,158,237). Sum of RGB (Red+Green+Blue) = 186+158+237=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EED is #456112. Grayscale: #AFAFAF. Windows color (decimal): -4546835 or 15572666. OLE color: 15572666.

HSL color Cylindrical-coordinate representation of color #BA9EED: hue angle of 261.27º degrees, saturation: 0.69, 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 #BA9EED is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186158237-
CMYK0.220.3300.07
HSL261.27º68.7%77.45%-
HSV(B)261.27º33.33%92.94%-
XYZ47.7641.0185.52-
YUV175.38162.78135.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=32.01%
G=27.19%
B=40.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861582370.220.3300.07261.2768.777.45
HexBA9EED162107105454d
Octal272236355264107405105115
Binary10111010100111101110110110110100001011110000010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EED; }

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

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

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

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

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

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

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

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