#BA96D6

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

Shades of Biloba Flower #BA96D6

Tints of Biloba Flower #BA96D6

Color information

#BA96D6 (or 0xBA96D6) is unknown color: approx Biloba Flower. HEX triplet: BA, 96 and D6. RGB value is (186,150,214). Sum of RGB (Red+Green+Blue) = 186+150+214=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D6 is #456929. Grayscale: #A7A7A7. Windows color (decimal): -4548906 or 14063290. OLE color: 14063290.

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

Color convert

RGB186150214-
CMYK0.130.3000.16
HSL273.75º43.84%71.37%-
HSV(B)273.75º29.91%83.92%-
XYZ43.2937.1168.5-
YUV168.06153.93140.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=33.82%
G=27.27%
B=38.91%

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
Decimal1861502140.130.3000.16273.7543.8471.37
HexBA96D6D1E0101122c47
Octal272226326153602042254107
Binary1011101010010110110101101101111100100001000100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96D6; }

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

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

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

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

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

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

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

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