#BA96ED

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

Shades of Perfume #BA96ED

Tints of Perfume #BA96ED

Color information

#BA96ED (or 0xBA96ED) is unknown color: approx Perfume. HEX triplet: BA, 96 and ED. RGB value is (186,150,237). Sum of RGB (Red+Green+Blue) = 186+150+237=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96ED is #456912. Grayscale: #AAAAAA. Windows color (decimal): -4548883 or 15570618. OLE color: 15570618.

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

Color convert

RGB186150237-
CMYK0.220.3700.07
HSL264.83º70.73%75.88%-
HSV(B)264.83º36.71%92.94%-
XYZ46.4438.3785.08-
YUV170.68165.43138.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=32.46%
G=26.18%
B=41.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861502370.220.3700.07264.8370.7375.88
HexBA96ED162507109474c
Octal272226355264507411107114
Binary10111010100101101110110110110100101011110000100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96ED; }

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

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

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

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

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

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

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

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