#BA97FF

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

Shades of Perfume #BA97FF

Tints of Perfume #BA97FF

Color information

#BA97FF (or 0xBA97FF) is unknown color: approx Perfume. HEX triplet: BA, 97 and FF. RGB value is (186,151,255). Sum of RGB (Red+Green+Blue) = 186+151+255=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97FF is #456800. Grayscale: #ACACAC. Windows color (decimal): -4548609 or 16750522. OLE color: 16750522.

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

Color convert

RGB186151255-
CMYK0.270.4100
HSL260.19º100%79.61%-
HSV(B)260.19º40.78%100%-
XYZ49.3739.7999.69-
YUV173.32174.1137.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 255 (100% from 255) = 43.07%
R=31.42%
G=25.51%
B=43.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861512550.270.4100260.1910079.61
HexBA97FF1B29001046450
Octal272227377335100404144120
Binary101110101001011111111111110111010010010000010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97FF; }

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

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

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

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

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

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

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

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