#BA8EDD

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

Shades of Biloba Flower #BA8EDD

Tints of Biloba Flower #BA8EDD

Color information

#BA8EDD (or 0xBA8EDD) is unknown color: approx Biloba Flower. HEX triplet: BA, 8E and DD. RGB value is (186,142,221). Sum of RGB (Red+Green+Blue) = 186+142+221=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EDD is #457122. Grayscale: #A3A3A3. Windows color (decimal): -4550947 or 14519994. OLE color: 14519994.

HSL color Cylindrical-coordinate representation of color #BA8EDD: hue angle of 273.42º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8EDD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186142221-
CMYK0.160.3600.13
HSL273.42º53.74%71.18%-
HSV(B)273.42º35.75%86.67%-
XYZ42.9735.0172.9-
YUV164.16160.08143.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=33.88%
G=25.87%
B=40.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861422210.160.3600.13273.4253.7471.18
HexBA8EDD10240D1113647
Octal272216335204401542166107
Binary10111010100011101101110110000100100011011000100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EDD; }

 p { color: rgb(186,142,221); }

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

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

 a { background-color: rgb(186,142,221); }

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

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

 span { border-color: rgb(186,142,221); }

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