#BA8EF4

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

Shades of Biloba Flower #BA8EF4

Tints of Biloba Flower #BA8EF4

Color information

#BA8EF4 (or 0xBA8EF4) is unknown color: approx Biloba Flower. HEX triplet: BA, 8E and F4. RGB value is (186,142,244). Sum of RGB (Red+Green+Blue) = 186+142+244=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EF4 is #45710B. Grayscale: #A6A6A6. Windows color (decimal): -4550924 or 16027322. OLE color: 16027322.

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

Color convert

RGB186142244-
CMYK0.240.4200.04
HSL265.88º82.26%75.69%-
HSV(B)265.88º41.8%95.69%-
XYZ46.2536.3290.16-
YUV166.78171.58141.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 142 (55.86% from 255) = 24.83%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=32.52%
G=24.83%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861422440.240.4200.04265.8882.2675.69
HexBA8EF4182A0410a524c
Octal272216364305204412122114
Binary10111010100011101111010011000101010010010000101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EF4; }

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

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

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

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

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

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

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

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