#BA95EE

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

Shades of Perfume #BA95EE

Tints of Perfume #BA95EE

Color information

#BA95EE (or 0xBA95EE) is unknown color: approx Perfume. HEX triplet: BA, 95 and EE. RGB value is (186,149,238). Sum of RGB (Red+Green+Blue) = 186+149+238=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA95EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95EE is #456A11. Grayscale: #A9A9A9. Windows color (decimal): -4549138 or 15635898. OLE color: 15635898.

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

Color convert

RGB186149238-
CMYK0.220.3700.07
HSL264.94º72.36%75.88%-
HSV(B)264.94º37.39%93.33%-
XYZ46.4338.1185.8-
YUV170.21166.26139.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=32.46%
G=26.00%
B=41.54%

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
Decimal1861492380.220.3700.07264.9472.3675.88
HexBA95EE162507109484c
Octal272225356264507411110114
Binary10111010100101011110111010110100101011110000100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95EE; }

 p { color: rgb(186,149,238); }

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

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

 a { background-color: rgb(186,149,238); }

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

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

 span { border-color: rgb(186,149,238); }

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