#BA8DE3

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

Shades of Biloba Flower #BA8DE3

Tints of Biloba Flower #BA8DE3

Color information

#BA8DE3 (or 0xBA8DE3) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and E3. RGB value is (186,141,227). Sum of RGB (Red+Green+Blue) = 186+141+227=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA8DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DE3 is #45721C. Grayscale: #A3A3A3. Windows color (decimal): -4551197 or 14912954. OLE color: 14912954.

HSL color Cylindrical-coordinate representation of color #BA8DE3: hue angle of 271.4º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8DE3 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186141227-
CMYK0.180.3800.11
HSL271.4º60.56%72.16%-
HSV(B)271.4º37.89%89.02%-
XYZ43.6435.0377.14-
YUV164.26163.41143.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 227 (89.06% from 255) = 40.97%
R=33.57%
G=25.45%
B=40.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861412270.180.3800.11271.460.5672.16
HexBA8DE312260B10f3d48
Octal272215343224601341775110
Binary10111010100011011110001110010100110010111000011111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DE3; }

 p { color: rgb(186,141,227); }

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

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

 a { background-color: rgb(186,141,227); }

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

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

 span { border-color: rgb(186,141,227); }

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