#BA8EE9

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

Shades of Biloba Flower #BA8EE9

Tints of Biloba Flower #BA8EE9

Color information

#BA8EE9 (or 0xBA8EE9) is unknown color: approx Biloba Flower. HEX triplet: BA, 8E and E9. RGB value is (186,142,233). Sum of RGB (Red+Green+Blue) = 186+142+233=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA8EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EE9 is #457116. Grayscale: #A5A5A5. Windows color (decimal): -4550935 or 15306426. OLE color: 15306426.

HSL color Cylindrical-coordinate representation of color #BA8EE9: hue angle of 269.01º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8EE9 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186142233-
CMYK0.200.3900.09
HSL269.01º67.41%73.53%-
HSV(B)269.01º39.06%91.37%-
XYZ44.6335.6781.62-
YUV165.53166.08142.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=33.16%
G=25.31%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861422330.200.3900.09269.0167.4173.53
HexBA8EE914270910d434a
Octal2722163512447011415103112
Binary101110101000111011101001101001001110100110000110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EE9; }

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

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

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

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

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

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

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

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