#BA90ED

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

Shades of Biloba Flower #BA90ED

Tints of Biloba Flower #BA90ED

Color information

#BA90ED (or 0xBA90ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 90 and ED. RGB value is (186,144,237). Sum of RGB (Red+Green+Blue) = 186+144+237=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90ED is #456F12. Grayscale: #A6A6A6. Windows color (decimal): -4550419 or 15569082. OLE color: 15569082.

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

Color convert

RGB186144237-
CMYK0.220.3900.07
HSL267.1º72.09%74.71%-
HSV(B)267.1º39.24%92.94%-
XYZ45.5136.584.77-
YUV167.16167.41141.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=32.80%
G=25.40%
B=41.80%

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
Decimal1861442370.220.3900.07267.172.0974.71
HexBA90ED16270710b484b
Octal272220355264707413110113
Binary10111010100100001110110110110100111011110000101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90ED; }

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

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

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

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

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

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

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

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