#BA8AEE

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

Shades of Biloba Flower #BA8AEE

Tints of Biloba Flower #BA8AEE

Color information

#BA8AEE (or 0xBA8AEE) is unknown color: approx Biloba Flower. HEX triplet: BA, 8A and EE. RGB value is (186,138,238). Sum of RGB (Red+Green+Blue) = 186+138+238=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AEE is #457511. Grayscale: #A3A3A3. Windows color (decimal): -4551954 or 15633082. OLE color: 15633082.

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

Color convert

RGB186138238-
CMYK0.220.4200.07
HSL268.8º74.63%73.73%-
HSV(B)268.8º42.02%93.33%-
XYZ44.7734.7985.24-
YUV163.75169.9143.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=33.10%
G=24.56%
B=42.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861382380.220.4200.07268.874.6373.73
HexBA8AEE162A0710d4b4a
Octal272212356265207415113112
Binary10111010100010101110111010110101010011110000110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8AEE; }

 p { color: rgb(186,138,238); }

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

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

 a { background-color: rgb(186,138,238); }

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

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

 span { border-color: rgb(186,138,238); }

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