#BA8CED

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

Shades of Biloba Flower #BA8CED

Tints of Biloba Flower #BA8CED

Color information

#BA8CED (or 0xBA8CED) is unknown color: approx Biloba Flower. HEX triplet: BA, 8C and ED. RGB value is (186,140,237). Sum of RGB (Red+Green+Blue) = 186+140+237=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CED is #457312. Grayscale: #A4A4A4. Windows color (decimal): -4551443 or 15568058. OLE color: 15568058.

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

Color convert

RGB186140237-
CMYK0.220.4100.07
HSL268.45º72.93%73.92%-
HSV(B)268.45º40.93%92.94%-
XYZ44.9135.3184.57-
YUV164.81168.74143.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=33.04%
G=24.87%
B=42.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861402370.220.4100.07268.4572.9373.92
HexBA8CED16290710c494a
Octal272214355265107414111112
Binary10111010100011001110110110110101001011110000110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CED; }

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

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

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

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

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

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

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

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