#BA90DE

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

Shades of Biloba Flower #BA90DE

Tints of Biloba Flower #BA90DE

Color information

#BA90DE (or 0xBA90DE) is unknown color: approx Biloba Flower. HEX triplet: BA, 90 and DE. RGB value is (186,144,222). Sum of RGB (Red+Green+Blue) = 186+144+222=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90DE is #456F21. Grayscale: #A5A5A5. Windows color (decimal): -4550434 or 14586042. OLE color: 14586042.

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

Color convert

RGB186144222-
CMYK0.160.3500.13
HSL272.31º54.17%71.76%-
HSV(B)272.31º35.14%87.06%-
XYZ43.4135.6673.7-
YUV165.45159.91142.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=33.70%
G=26.09%
B=40.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861442220.160.3500.13272.3154.1771.76
HexBA90DE10230D1103648
Octal272220336204301542066110
Binary10111010100100001101111010000100011011011000100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90DE; }

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

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

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

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

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

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

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

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