#BA96DA

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

Shades of Biloba Flower #BA96DA

Tints of Biloba Flower #BA96DA

Color information

#BA96DA (or 0xBA96DA) is unknown color: approx Biloba Flower. HEX triplet: BA, 96 and DA. RGB value is (186,150,218). Sum of RGB (Red+Green+Blue) = 186+150+218=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DA is #456925. Grayscale: #A8A8A8. Windows color (decimal): -4548902 or 14325434. OLE color: 14325434.

HSL color Cylindrical-coordinate representation of color #BA96DA: hue angle of 271.76º 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 #BA96DA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186150218-
CMYK0.150.3100.15
HSL271.76º47.89%72.16%-
HSV(B)271.76º31.19%85.49%-
XYZ43.8137.3171.22-
YUV168.52155.93140.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=33.57%
G=27.08%
B=39.35%

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
Decimal1861502180.150.3100.15271.7647.8972.16
HexBA96DAF1F0F1103048
Octal272226332173701742060110
Binary101110101001011011011010111111111011111000100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96DA; }

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

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

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

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

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

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

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

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