#BA8BEB

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

Shades of Biloba Flower #BA8BEB

Tints of Biloba Flower #BA8BEB

Color information

#BA8BEB (or 0xBA8BEB) is unknown color: approx Biloba Flower. HEX triplet: BA, 8B and EB. RGB value is (186,139,235). Sum of RGB (Red+Green+Blue) = 186+139+235=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEB is #457414. Grayscale: #A3A3A3. Windows color (decimal): -4551701 or 15436730. OLE color: 15436730.

HSL color Cylindrical-coordinate representation of color #BA8BEB: hue angle of 269.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8BEB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186139235-
CMYK0.210.4100.08
HSL269.38º70.59%73.33%-
HSV(B)269.38º40.85%92.16%-
XYZ44.4834.982.99-
YUV164168.07143.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=33.21%
G=24.82%
B=41.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861392350.210.4100.08269.3870.5973.33
HexBA8BEB15290810d4749
Octal2722133532551010415107111
Binary101110101000101111101011101011010010100010000110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BEB; }

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

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

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

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

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

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

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

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