#BA91DF

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

Shades of Biloba Flower #BA91DF

Tints of Biloba Flower #BA91DF

Color information

#BA91DF (or 0xBA91DF) is unknown color: approx Biloba Flower. HEX triplet: BA, 91 and DF. RGB value is (186,145,223). Sum of RGB (Red+Green+Blue) = 186+145+223=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DF is #456E20. Grayscale: #A5A5A5. Windows color (decimal): -4550177 or 14651834. OLE color: 14651834.

HSL color Cylindrical-coordinate representation of color #BA91DF: hue angle of 271.54º degrees, saturation: 0.55, 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 #BA91DF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186145223-
CMYK0.170.3500.13
HSL271.54º54.93%72.16%-
HSV(B)271.54º34.98%87.45%-
XYZ43.6936.0274.46-
YUV166.15160.08142.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=33.57%
G=26.17%
B=40.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861452230.170.3500.13271.5454.9372.16
HexBA91DF11230D1103748
Octal272221337214301542067110
Binary10111010100100011101111110001100011011011000100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91DF; }

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

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

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

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

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

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

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

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