#BA91DE

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

Shades of Biloba Flower #BA91DE

Tints of Biloba Flower #BA91DE

Color information

#BA91DE (or 0xBA91DE) is unknown color: approx Biloba Flower. HEX triplet: BA, 91 and DE. RGB value is (186,145,222). Sum of RGB (Red+Green+Blue) = 186+145+222=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DE is #456E21. Grayscale: #A5A5A5. Windows color (decimal): -4550178 or 14586298. OLE color: 14586298.

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

Color convert

RGB186145222-
CMYK0.160.3500.13
HSL271.95º53.85%71.96%-
HSV(B)271.95º34.68%87.06%-
XYZ43.5635.9673.75-
YUV166.04159.58142.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=33.63%
G=26.22%
B=40.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861452220.160.3500.13271.9553.8571.96
HexBA91DE10230D1103648
Octal272221336204301542066110
Binary10111010100100011101111010000100011011011000100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91DE; }

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

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

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

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

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

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

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

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