#BA89F9

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

Shades of Biloba Flower #BA89F9

Tints of Biloba Flower #BA89F9

Color information

#BA89F9 (or 0xBA89F9) is unknown color: approx Biloba Flower. HEX triplet: BA, 89 and F9. RGB value is (186,137,249). Sum of RGB (Red+Green+Blue) = 186+137+249=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA89F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89F9 is #457606. Grayscale: #A4A4A4. Windows color (decimal): -4552199 or 16353722. OLE color: 16353722.

HSL color Cylindrical-coordinate representation of color #BA89F9: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA89F9 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186137249-
CMYK0.250.4500.02
HSL266.25º90.32%75.69%-
HSV(B)266.25º44.98%97.65%-
XYZ46.2935.1793.97-
YUV164.42175.73143.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=32.52%
G=23.95%
B=43.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861372490.250.4500.02266.2590.3275.69
HexBA89F9192D0210a5a4c
Octal272211371315502412132114
Binary1011101010001001111110011100110110101010000101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89F9; }

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

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

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

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

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

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

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

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