#BA97FE

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

Shades of Perfume #BA97FE

Tints of Perfume #BA97FE

Color information

#BA97FE (or 0xBA97FE) is unknown color: approx Perfume. HEX triplet: BA, 97 and FE. RGB value is (186,151,254). Sum of RGB (Red+Green+Blue) = 186+151+254=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97FE is #456801. Grayscale: #ACACAC. Windows color (decimal): -4548610 or 16684986. OLE color: 16684986.

HSL color Cylindrical-coordinate representation of color #BA97FE: hue angle of 260.39º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA97FE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186151254-
CMYK0.270.4100.00
HSL260.39º98.1%79.41%-
HSV(B)260.39º40.55%99.61%-
XYZ49.2139.7398.84-
YUV173.21173.6137.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=31.47%
G=25.55%
B=42.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861512540.270.4100.00260.3998.179.41
HexBA97FE1B2900104624f
Octal272227376335100404142117
Binary101110101001011111111110110111010010010000010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97FE; }

 p { color: rgb(186,151,254); }

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

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

 a { background-color: rgb(186,151,254); }

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

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

 span { border-color: rgb(186,151,254); }

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