#BA97DA

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

Shades of Biloba Flower #BA97DA

Tints of Biloba Flower #BA97DA

Color information

#BA97DA (or 0xBA97DA) is unknown color: approx Biloba Flower. HEX triplet: BA, 97 and DA. RGB value is (186,151,218). Sum of RGB (Red+Green+Blue) = 186+151+218=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97DA is #456825. Grayscale: #A8A8A8. Windows color (decimal): -4548646 or 14325690. OLE color: 14325690.

HSL color Cylindrical-coordinate representation of color #BA97DA: hue angle of 271.34º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA97DA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186151218-
CMYK0.150.3100.15
HSL271.34º47.52%72.35%-
HSV(B)271.34º30.73%85.49%-
XYZ43.9737.6371.28-
YUV169.1155.6140.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=33.51%
G=27.21%
B=39.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861512180.150.3100.15271.3447.5272.35
HexBA97DAF1F0F10f3048
Octal272227332173701741760110
Binary101110101001011111011010111111111011111000011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97DA; }

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

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

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

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

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

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

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

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