#BA97D7

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

Shades of Biloba Flower #BA97D7

Tints of Biloba Flower #BA97D7

Color information

#BA97D7 (or 0xBA97D7) is unknown color: approx Biloba Flower. HEX triplet: BA, 97 and D7. RGB value is (186,151,215). Sum of RGB (Red+Green+Blue) = 186+151+215=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97D7 is #456828. Grayscale: #A8A8A8. Windows color (decimal): -4548649 or 14129082. OLE color: 14129082.

HSL color Cylindrical-coordinate representation of color #BA97D7: hue angle of 272.81º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA97D7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186151215-
CMYK0.130.3000.16
HSL272.81º44.44%71.76%-
HSV(B)272.81º29.77%84.31%-
XYZ43.5837.4869.23-
YUV168.76154.1140.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=33.70%
G=27.36%
B=38.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861512150.130.3000.16272.8144.4471.76
HexBA97D7D1E0101112c48
Octal272227327153602042154110
Binary1011101010010111110101111101111100100001000100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97D7; }

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

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

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

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

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

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

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

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