#BA96DF

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

Shades of Biloba Flower #BA96DF

Tints of Biloba Flower #BA96DF

Color information

#BA96DF (or 0xBA96DF) is unknown color: approx Biloba Flower. HEX triplet: BA, 96 and DF. RGB value is (186,150,223). Sum of RGB (Red+Green+Blue) = 186+150+223=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DF is #456920. Grayscale: #A8A8A8. Windows color (decimal): -4548897 or 14653114. OLE color: 14653114.

HSL color Cylindrical-coordinate representation of color #BA96DF: hue angle of 269.59º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA96DF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186150223-
CMYK0.170.3300.13
HSL269.59º53.28%73.14%-
HSV(B)269.59º32.74%87.45%-
XYZ44.4837.5874.72-
YUV169.09158.43140.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=33.27%
G=26.83%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861502230.170.3300.13269.5953.2873.14
HexBA96DF11210D10e3549
Octal272226337214101541665111
Binary10111010100101101101111110001100001011011000011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96DF; }

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

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

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

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

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

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

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

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