#BA91ED

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

Shades of Biloba Flower #BA91ED

Tints of Biloba Flower #BA91ED

Color information

#BA91ED (or 0xBA91ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 91 and ED. RGB value is (186,145,237). Sum of RGB (Red+Green+Blue) = 186+145+237=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91ED is #456E12. Grayscale: #A7A7A7. Windows color (decimal): -4550163 or 15569338. OLE color: 15569338.

HSL color Cylindrical-coordinate representation of color #BA91ED: hue angle of 266.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA91ED is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186145237-
CMYK0.220.3900.07
HSL266.74º71.88%74.9%-
HSV(B)266.74º38.82%92.94%-
XYZ45.6636.884.82-
YUV167.75167.08141.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=32.75%
G=25.53%
B=41.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861452370.220.3900.07266.7471.8874.9
HexBA91ED16270710b484b
Octal272221355264707413110113
Binary10111010100100011110110110110100111011110000101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91ED; }

 p { color: rgb(186,145,237); }

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

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

 a { background-color: rgb(186,145,237); }

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

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

 span { border-color: rgb(186,145,237); }

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