#BA86EB

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

Shades of Biloba Flower #BA86EB

Tints of Biloba Flower #BA86EB

Color information

#BA86EB (or 0xBA86EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 86 and EB. RGB value is (186,134,235). Sum of RGB (Red+Green+Blue) = 186+134+235=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA86EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86EB is #457914. Grayscale: #A0A0A0. Windows color (decimal): -4552981 or 15435450. OLE color: 15435450.

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

Color convert

RGB186134235-
CMYK0.210.4300.08
HSL270.89º71.63%72.35%-
HSV(B)270.89º42.98%92.16%-
XYZ43.7733.4982.75-
YUV161.06169.73145.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=33.51%
G=24.14%
B=42.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861342350.210.4300.08270.8971.6372.35
HexBA86EB152B0810f4848
Octal2722063532553010417110110
Binary101110101000011011101011101011010110100010000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86EB; }

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

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

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

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

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

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

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

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