#ba86ed

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

Shades of Biloba Flower #BA86ED

Tints of Biloba Flower #BA86ED

Color information

#BA86ED (or 0xBA86ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 86 and ED. RGB value is (186,134,237). Sum of RGB (Red+Green+Blue) = 186+134+237=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86ED is #457912. Grayscale: #A0A0A0. Windows color (decimal): -4552979 or 15566522. OLE color: 15566522.

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

Color convert

RGB186134237-
CMYK0.220.4300.07
HSL270.29º74.1%72.75%-
HSV(B)270.29º43.46%92.94%-
XYZ44.0633.684.28-
YUV161.29170.73145.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=33.39%
G=24.06%
B=42.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861342370.220.4300.07270.2974.172.75
HexBA86ED162B0710e4a49
Octal272206355265307416112111
Binary10111010100001101110110110110101011011110000111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba86ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba86ed; }

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

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

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

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

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

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

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

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