#BA95DE

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

Shades of Biloba Flower #BA95DE

Tints of Biloba Flower #BA95DE

Color information

#BA95DE (or 0xBA95DE) is unknown color: approx Biloba Flower. HEX triplet: BA, 95 and DE. RGB value is (186,149,222). Sum of RGB (Red+Green+Blue) = 186+149+222=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DE is #456A21. Grayscale: #A8A8A8. Windows color (decimal): -4549154 or 14587322. OLE color: 14587322.

HSL color Cylindrical-coordinate representation of color #BA95DE: hue angle of 270.41º 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 #BA95DE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186149222-
CMYK0.160.3300.13
HSL270.41º52.52%72.75%-
HSV(B)270.41º32.88%87.06%-
XYZ44.1837.2173.96-
YUV168.38158.26140.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=33.39%
G=26.75%
B=39.86%

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
Decimal1861492220.160.3300.13270.4152.5272.75
HexBA95DE10210D10e3549
Octal272225336204101541665111
Binary10111010100101011101111010000100001011011000011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95DE; }

 p { color: rgb(186,149,222); }

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

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

 a { background-color: rgb(186,149,222); }

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

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

 span { border-color: rgb(186,149,222); }

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