#BA90EC

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

Shades of Biloba Flower #BA90EC

Tints of Biloba Flower #BA90EC

Color information

#BA90EC (or 0xBA90EC) is unknown color: approx Biloba Flower. HEX triplet: BA, 90 and EC. RGB value is (186,144,236). Sum of RGB (Red+Green+Blue) = 186+144+236=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90EC is #456F13. Grayscale: #A6A6A6. Windows color (decimal): -4550420 or 15503546. OLE color: 15503546.

HSL color Cylindrical-coordinate representation of color #BA90EC: hue angle of 267.39º degrees, saturation: 0.71, 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 #BA90EC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186144236-
CMYK0.210.3900.07
HSL267.39º70.77%74.51%-
HSV(B)267.39º38.98%92.55%-
XYZ45.3636.4484-
YUV167.05166.91141.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=32.86%
G=25.44%
B=41.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861442360.210.3900.07267.3970.7774.51
HexBA90EC15270710b474b
Octal272220354254707413107113
Binary10111010100100001110110010101100111011110000101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90EC; }

 p { color: rgb(186,144,236); }

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

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

 a { background-color: rgb(186,144,236); }

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

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

 span { border-color: rgb(186,144,236); }

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