#BA94DD

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

Shades of Biloba Flower #BA94DD

Tints of Biloba Flower #BA94DD

Color information

#BA94DD (or 0xBA94DD) is unknown color: approx Biloba Flower. HEX triplet: BA, 94 and DD. RGB value is (186,148,221). Sum of RGB (Red+Green+Blue) = 186+148+221=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94DD is #456B22. Grayscale: #A7A7A7. Windows color (decimal): -4549411 or 14521530. OLE color: 14521530.

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

Color convert

RGB186148221-
CMYK0.160.3300.13
HSL271.23º51.77%72.35%-
HSV(B)271.23º33.03%86.67%-
XYZ43.8936.8473.2-
YUV167.68158.09141.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=33.51%
G=26.67%
B=39.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861482210.160.3300.13271.2351.7772.35
HexBA94DD10210D10f3448
Octal272224335204101541764110
Binary10111010100101001101110110000100001011011000011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94DD; }

 p { color: rgb(186,148,221); }

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

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

 a { background-color: rgb(186,148,221); }

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

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

 span { border-color: rgb(186,148,221); }

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