#BA97DB

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

Shades of Biloba Flower #BA97DB

Tints of Biloba Flower #BA97DB

Color information

#BA97DB (or 0xBA97DB) is unknown color: approx Biloba Flower. HEX triplet: BA, 97 and DB. RGB value is (186,151,219). Sum of RGB (Red+Green+Blue) = 186+151+219=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97DB is #456824. Grayscale: #A8A8A8. Windows color (decimal): -4548645 or 14391226. OLE color: 14391226.

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

Color convert

RGB186151219-
CMYK0.150.3100.14
HSL270.88º48.57%72.55%-
HSV(B)270.88º31.05%85.88%-
XYZ44.137.6971.97-
YUV169.22156.1139.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=33.45%
G=27.16%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861512190.150.3100.14270.8848.5772.55
HexBA97DBF1F0E10f3149
Octal272227333173701641761111
Binary101110101001011111011011111111111011101000011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97DB; }

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

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

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

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

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

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

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

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