#BA8BDE

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

Shades of Biloba Flower #BA8BDE

Tints of Biloba Flower #BA8BDE

Color information

#BA8BDE (or 0xBA8BDE) is unknown color: approx Biloba Flower. HEX triplet: BA, 8B and DE. RGB value is (186,139,222). Sum of RGB (Red+Green+Blue) = 186+139+222=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDE is #457421. Grayscale: #A2A2A2. Windows color (decimal): -4551714 or 14584762. OLE color: 14584762.

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

Color convert

RGB186139222-
CMYK0.160.3700.13
HSL273.98º55.7%70.78%-
HSV(B)273.98º37.39%87.06%-
XYZ42.6734.1873.46-
YUV162.51161.57144.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=34.00%
G=25.41%
B=40.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861392220.160.3700.13273.9855.770.78
HexBA8BDE10250D1123847
Octal272213336204501542270107
Binary10111010100010111101111010000100101011011000100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BDE; }

 p { color: rgb(186,139,222); }

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

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

 a { background-color: rgb(186,139,222); }

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

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

 span { border-color: rgb(186,139,222); }

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