#BA8EF3

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

Shades of Biloba Flower #BA8EF3

Tints of Biloba Flower #BA8EF3

Color information

#BA8EF3 (or 0xBA8EF3) is unknown color: approx Biloba Flower. HEX triplet: BA, 8E and F3. RGB value is (186,142,243). Sum of RGB (Red+Green+Blue) = 186+142+243=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA8EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EF3 is #45710C. Grayscale: #A6A6A6. Windows color (decimal): -4550925 or 15961786. OLE color: 15961786.

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

Color convert

RGB186142243-
CMYK0.230.4200.05
HSL266.14º80.8%75.49%-
HSV(B)266.14º41.56%95.29%-
XYZ46.136.2689.36-
YUV166.67171.08141.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=32.57%
G=24.87%
B=42.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861422430.230.4200.05266.1480.875.49
HexBA8EF3172A0510a514b
Octal272216363275205412121113
Binary10111010100011101111001110111101010010110000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EF3; }

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

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

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

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

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

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

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

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