#BA96DB

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

Shades of Biloba Flower #BA96DB

Tints of Biloba Flower #BA96DB

Color information

#BA96DB (or 0xBA96DB) is unknown color: approx Biloba Flower. HEX triplet: BA, 96 and DB. RGB value is (186,150,219). Sum of RGB (Red+Green+Blue) = 186+150+219=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96DB is #456924. Grayscale: #A8A8A8. Windows color (decimal): -4548901 or 14390970. OLE color: 14390970.

HSL color Cylindrical-coordinate representation of color #BA96DB: hue angle of 271.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA96DB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186150219-
CMYK0.150.3200.14
HSL271.3º48.94%72.35%-
HSV(B)271.3º31.51%85.88%-
XYZ43.9437.3771.91-
YUV168.63156.43140.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=33.51%
G=27.03%
B=39.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861502190.150.3200.14271.348.9472.35
HexBA96DBF200E10f3148
Octal272226333174001641761110
Binary1011101010010110110110111111100000011101000011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96DB; }

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

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

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

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

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

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

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

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