#BA8FE5

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

Shades of Biloba Flower #BA8FE5

Tints of Biloba Flower #BA8FE5

Color information

#BA8FE5 (or 0xBA8FE5) is unknown color: approx Biloba Flower. HEX triplet: BA, 8F and E5. RGB value is (186,143,229). Sum of RGB (Red+Green+Blue) = 186+143+229=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FE5 is #45701A. Grayscale: #A5A5A5. Windows color (decimal): -4550683 or 15044538. OLE color: 15044538.

HSL color Cylindrical-coordinate representation of color #BA8FE5: hue angle of 270º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8FE5 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186143229-
CMYK0.190.3800.10
HSL270º62.32%72.94%-
HSV(B)270º37.55%89.8%-
XYZ44.2235.7478.7-
YUV165.66163.75142.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=33.33%
G=25.63%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861432290.190.3800.1027062.3272.94
HexBA8FE513260A10e3e49
Octal272217345234601241676111
Binary10111010100011111110010110011100110010101000011101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FE5; }

 p { color: rgb(186,143,229); }

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

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

 a { background-color: rgb(186,143,229); }

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

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

 span { border-color: rgb(186,143,229); }

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