#BA94DF

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

Shades of Biloba Flower #BA94DF

Tints of Biloba Flower #BA94DF

Color information

#BA94DF (or 0xBA94DF) is unknown color: approx Biloba Flower. HEX triplet: BA, 94 and DF. RGB value is (186,148,223). Sum of RGB (Red+Green+Blue) = 186+148+223=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94DF is #456B20. Grayscale: #A7A7A7. Windows color (decimal): -4549409 or 14652602. OLE color: 14652602.

HSL color Cylindrical-coordinate representation of color #BA94DF: hue angle of 270.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA94DF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186148223-
CMYK0.170.3400.13
HSL270.4º53.96%72.75%-
HSV(B)270.4º33.63%87.45%-
XYZ44.1636.9574.62-
YUV167.91159.09140.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=33.39%
G=26.57%
B=40.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861482230.170.3400.13270.453.9672.75
HexBA94DF11220D10e3649
Octal272224337214201541666111
Binary10111010100101001101111110001100010011011000011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94DF; }

 p { color: rgb(186,148,223); }

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

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

 a { background-color: rgb(186,148,223); }

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

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

 span { border-color: rgb(186,148,223); }

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