#ba89ea

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

Shades of Biloba Flower #BA89EA

Tints of Biloba Flower #BA89EA

Color information

#BA89EA (or 0xBA89EA) is unknown color: approx Biloba Flower. HEX triplet: BA, 89 and EA. RGB value is (186,137,234). Sum of RGB (Red+Green+Blue) = 186+137+234=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89EA is #457615. Grayscale: #A2A2A2. Windows color (decimal): -4552214 or 15370682. OLE color: 15370682.

HSL color Cylindrical-coordinate representation of color #BA89EA: hue angle of 270.31º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA89EA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186137234-
CMYK0.210.4100.08
HSL270.31º69.78%72.75%-
HSV(B)270.31º41.45%91.76%-
XYZ44.0534.2782.14-
YUV162.71168.23144.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=33.39%
G=24.60%
B=42.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861372340.210.4100.08270.3169.7872.75
HexBA89EA15290810e4649
Octal2722113522551010416106111
Binary101110101000100111101010101011010010100010000111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba89ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba89ea; }

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

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

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

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

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

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

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

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