#BA8BEE

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

Shades of Biloba Flower #BA8BEE

Tints of Biloba Flower #BA8BEE

Color information

#BA8BEE (or 0xBA8BEE) is unknown color: approx Biloba Flower. HEX triplet: BA, 8B and EE. RGB value is (186,139,238). Sum of RGB (Red+Green+Blue) = 186+139+238=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEE is #457411. Grayscale: #A3A3A3. Windows color (decimal): -4551698 or 15633338. OLE color: 15633338.

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

Color convert

RGB186139238-
CMYK0.220.4200.07
HSL268.48º74.44%73.92%-
HSV(B)268.48º41.6%93.33%-
XYZ44.9135.0885.29-
YUV164.34169.57143.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 139 (54.69% from 255) = 24.69%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=33.04%
G=24.69%
B=42.27%

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
Decimal1861392380.220.4200.07268.4874.4473.92
HexBA8BEE162A0710c4a4a
Octal272213356265207414112112
Binary10111010100010111110111010110101010011110000110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BEE; }

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

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

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

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

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

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

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

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