#BA9DF5

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

Shades of Perfume #BA9DF5

Tints of Perfume #BA9DF5

Color information

#BA9DF5 (or 0xBA9DF5) is unknown color: approx Perfume. HEX triplet: BA, 9D and F5. RGB value is (186,157,245). Sum of RGB (Red+Green+Blue) = 186+157+245=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF5 is #45620A. Grayscale: #AFAFAF. Windows color (decimal): -4547083 or 16096698. OLE color: 16096698.

HSL color Cylindrical-coordinate representation of color #BA9DF5: hue angle of 259.77º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9DF5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186157245-
CMYK0.240.3600.04
HSL259.77º81.48%78.82%-
HSV(B)259.77º35.92%96.08%-
XYZ48.7941.1591.76-
YUV175.7167.11135.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=31.63%
G=26.70%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861572450.240.3600.04259.7781.4878.82
HexBA9DF5182404104514f
Octal272235365304404404121117
Binary10111010100111011111010111000100100010010000010010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DF5; }

 p { color: rgb(186,157,245); }

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

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

 a { background-color: rgb(186,157,245); }

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

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

 span { border-color: rgb(186,157,245); }

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