#BA91DB

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

Shades of Biloba Flower #BA91DB

Tints of Biloba Flower #BA91DB

Color information

#BA91DB (or 0xBA91DB) is unknown color: approx Biloba Flower. HEX triplet: BA, 91 and DB. RGB value is (186,145,219). Sum of RGB (Red+Green+Blue) = 186+145+219=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DB is #456E24. Grayscale: #A5A5A5. Windows color (decimal): -4550181 or 14389690. OLE color: 14389690.

HSL color Cylindrical-coordinate representation of color #BA91DB: hue angle of 273.24º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA91DB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186145219-
CMYK0.150.3400.14
HSL273.24º50.68%71.37%-
HSV(B)273.24º33.79%85.88%-
XYZ43.1635.871.65-
YUV165.7158.08142.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=33.82%
G=26.36%
B=39.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861452190.150.3400.14273.2450.6871.37
HexBA91DBF220E1113347
Octal272221333174201642163107
Binary1011101010010001110110111111100010011101000100011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91DB; }

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

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

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

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

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

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

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

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