#B294EA

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

Shades of Biloba Flower #B294EA

Tints of Biloba Flower #B294EA

Color information

#B294EA (or 0xB294EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and EA. RGB value is (178,148,234). Sum of RGB (Red+Green+Blue) = 178+148+234=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #B294EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294EA is #4D6B15. Grayscale: #A6A6A6. Windows color (decimal): -5073686 or 15373490. OLE color: 15373490.

HSL color Cylindrical-coordinate representation of color #B294EA: hue angle of 260.93º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B294EA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178148234-
CMYK0.240.3700.08
HSL260.93º67.19%74.9%-
HSV(B)260.93º36.75%91.76%-
XYZ43.836.5982.59-
YUV166.77165.94136.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=31.79%
G=26.43%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781482340.240.3700.08260.9367.1974.9
HexB294EA182508105434b
Octal2622243523045010405103113
Binary101100101001010011101010110001001010100010000010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294EA; }

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

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

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

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

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

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

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

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