#BA89ED

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

Shades of Biloba Flower #BA89ED

Tints of Biloba Flower #BA89ED

Color information

#BA89ED (or 0xBA89ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 89 and ED. RGB value is (186,137,237). Sum of RGB (Red+Green+Blue) = 186+137+237=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89ED is #457612. Grayscale: #A2A2A2. Windows color (decimal): -4552211 or 15567290. OLE color: 15567290.

HSL color Cylindrical-coordinate representation of color #BA89ED: hue angle of 269.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA89ED is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186137237-
CMYK0.220.4200.07
HSL269.4º73.53%73.33%-
HSV(B)269.4º42.19%92.94%-
XYZ44.4834.4484.42-
YUV163.05169.73144.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=33.21%
G=24.46%
B=42.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861372370.220.4200.07269.473.5373.33
HexBA89ED162A0710d4a49
Octal272211355265207415112111
Binary10111010100010011110110110110101010011110000110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89ED; }

 p { color: rgb(186,137,237); }

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

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

 a { background-color: rgb(186,137,237); }

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

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

 span { border-color: rgb(186,137,237); }

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