#ba95ef

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

Shades of Perfume #BA95EF

Tints of Perfume #BA95EF

Color information

#BA95EF (or 0xBA95EF) is unknown color: approx Perfume. HEX triplet: BA, 95 and EF. RGB value is (186,149,239). Sum of RGB (Red+Green+Blue) = 186+149+239=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95EF is #456A10. Grayscale: #A9A9A9. Windows color (decimal): -4549137 or 15701434. OLE color: 15701434.

HSL color Cylindrical-coordinate representation of color #BA95EF: hue angle of 264.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA95EF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186149239-
CMYK0.220.3800.06
HSL264.67º73.77%76.08%-
HSV(B)264.67º37.66%93.73%-
XYZ46.5838.1786.57-
YUV170.32166.76139.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=32.40%
G=25.96%
B=41.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861492390.220.3800.06264.6773.7776.08
HexBA95EF1626061094a4c
Octal272225357264606411112114
Binary10111010100101011110111110110100110011010000100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba95ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba95ef; }

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

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

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

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

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

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

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

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