#BA9DF3

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

Shades of Perfume #BA9DF3

Tints of Perfume #BA9DF3

Color information

#BA9DF3 (or 0xBA9DF3) is unknown color: approx Perfume. HEX triplet: BA, 9D and F3. RGB value is (186,157,243). Sum of RGB (Red+Green+Blue) = 186+157+243=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF3 is #45620C. Grayscale: #AFAFAF. Windows color (decimal): -4547085 or 15965626. OLE color: 15965626.

HSL color Cylindrical-coordinate representation of color #BA9DF3: hue angle of 260.23º degrees, saturation: 0.78, 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 #BA9DF3 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186157243-
CMYK0.230.3500.05
HSL260.23º78.18%78.43%-
HSV(B)260.23º35.39%95.29%-
XYZ48.4841.0290.16-
YUV175.48166.11135.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=31.74%
G=26.79%
B=41.47%

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
Decimal1861572430.230.3500.05260.2378.1878.43
HexBA9DF31723051044e4e
Octal272235363274305404116116
Binary10111010100111011111001110111100011010110000010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DF3; }

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

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

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

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

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

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

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

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