#BA86FB

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

Shades of Biloba Flower #BA86FB

Tints of Biloba Flower #BA86FB

Color information

#BA86FB (or 0xBA86FB) is unknown color: approx Biloba Flower. HEX triplet: BA, 86 and FB. RGB value is (186,134,251). Sum of RGB (Red+Green+Blue) = 186+134+251=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86FB is #457904. Grayscale: #A2A2A2. Windows color (decimal): -4552965 or 16484026. OLE color: 16484026.

HSL color Cylindrical-coordinate representation of color #BA86FB: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA86FB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186134251-
CMYK0.260.4700.02
HSL266.67º93.6%75.49%-
HSV(B)266.67º46.61%98.43%-
XYZ46.1934.4595.48-
YUV162.89177.73144.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=32.57%
G=23.47%
B=43.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861342510.260.4700.02266.6793.675.49
HexBA86FB1A2F0210b5e4b
Octal272206373325702413136113
Binary1011101010000110111110111101010111101010000101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86FB; }

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

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

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

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

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

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

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

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