#BA9DF2

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

Shades of Perfume #BA9DF2

Tints of Perfume #BA9DF2

Color information

#BA9DF2 (or 0xBA9DF2) is unknown color: approx Perfume. HEX triplet: BA, 9D and F2. RGB value is (186,157,242). Sum of RGB (Red+Green+Blue) = 186+157+242=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF2 is #45620D. Grayscale: #AFAFAF. Windows color (decimal): -4547086 or 15900090. OLE color: 15900090.

HSL color Cylindrical-coordinate representation of color #BA9DF2: hue angle of 260.47º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9DF2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186157242-
CMYK0.230.3500.05
HSL260.47º76.58%78.24%-
HSV(B)260.47º35.12%94.9%-
XYZ48.3340.9689.36-
YUV175.36165.61135.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=31.79%
G=26.84%
B=41.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861572420.230.3500.05260.4776.5878.24
HexBA9DF21723051044d4e
Octal272235362274305404115116
Binary10111010100111011111001010111100011010110000010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DF2; }

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

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

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

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

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

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

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

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