#BA96FA

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

Shades of Perfume #BA96FA

Tints of Perfume #BA96FA

Color information

#BA96FA (or 0xBA96FA) is unknown color: approx Perfume. HEX triplet: BA, 96 and FA. RGB value is (186,150,250). Sum of RGB (Red+Green+Blue) = 186+150+250=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96FA is #456905. Grayscale: #ABABAB. Windows color (decimal): -4548870 or 16422586. OLE color: 16422586.

HSL color Cylindrical-coordinate representation of color #BA96FA: hue angle of 261.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA96FA is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186150250-
CMYK0.260.400.02
HSL261.6º90.91%78.43%-
HSV(B)261.6º40%98.04%-
XYZ48.4139.1595.45-
YUV172.16171.93137.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=31.74%
G=25.60%
B=42.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861502500.260.400.02261.690.9178.43
HexBA96FA1A28021065b4e
Octal272226372325002406133116
Binary1011101010010110111110101101010100001010000011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96FA; }

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

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

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

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

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

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

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

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