#B294EF

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

Shades of Biloba Flower #B294EF

Tints of Biloba Flower #B294EF

Color information

#B294EF (or 0xB294EF) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and EF. RGB value is (178,148,239). Sum of RGB (Red+Green+Blue) = 178+148+239=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #B294EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294EF is #4D6B10. Grayscale: #A7A7A7. Windows color (decimal): -5073681 or 15701170. OLE color: 15701170.

HSL color Cylindrical-coordinate representation of color #B294EF: hue angle of 259.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B294EF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178148239-
CMYK0.260.3800.06
HSL259.78º73.98%75.88%-
HSV(B)259.78º38.08%93.73%-
XYZ44.5336.8886.43-
YUV167.34168.44135.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=31.50%
G=26.19%
B=42.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781482390.260.3800.06259.7873.9875.88
HexB294EF1A26061044a4c
Octal262224357324606404112114
Binary10110010100101001110111111010100110011010000010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294EF; }

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

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

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

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

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

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

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

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