#B294EC

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

Shades of Biloba Flower #B294EC

Tints of Biloba Flower #B294EC

Color information

#B294EC (or 0xB294EC) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and EC. RGB value is (178,148,236). Sum of RGB (Red+Green+Blue) = 178+148+236=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #B294EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294EC is #4D6B13. Grayscale: #A6A6A6. Windows color (decimal): -5073684 or 15504562. OLE color: 15504562.

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

Color convert

RGB178148236-
CMYK0.250.3700.07
HSL260.45º69.84%75.29%-
HSV(B)260.45º37.29%92.55%-
XYZ44.0936.784.12-
YUV167166.94135.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=31.67%
G=26.33%
B=41.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781482360.250.3700.07260.4569.8475.29
HexB294EC192507104464b
Octal262224354314507404106113
Binary10110010100101001110110011001100101011110000010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294EC; }

 p { color: rgb(178,148,236); }

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

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

 a { background-color: rgb(178,148,236); }

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

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

 span { border-color: rgb(178,148,236); }

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