#BA93DE

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

Shades of Biloba Flower #BA93DE

Tints of Biloba Flower #BA93DE

Color information

#BA93DE (or 0xBA93DE) is unknown color: approx Biloba Flower. HEX triplet: BA, 93 and DE. RGB value is (186,147,222). Sum of RGB (Red+Green+Blue) = 186+147+222=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DE is #456C21. Grayscale: #A6A6A6. Windows color (decimal): -4549666 or 14586810. OLE color: 14586810.

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

Color convert

RGB186147222-
CMYK0.160.3400.13
HSL271.2º53.19%72.35%-
HSV(B)271.2º33.78%87.06%-
XYZ43.8736.5873.86-
YUV167.21158.92141.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 222 (87.11% from 255) = 40%
R=33.51%
G=26.49%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861472220.160.3400.13271.253.1972.35
HexBA93DE10220D10f3548
Octal272223336204201541765110
Binary10111010100100111101111010000100010011011000011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93DE; }

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

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

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

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

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

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

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

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