#B091EC

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

Shades of Biloba Flower #B091EC

Tints of Biloba Flower #B091EC

Color information

#B091EC (or 0xB091EC) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and EC. RGB value is (176,145,236). Sum of RGB (Red+Green+Blue) = 176+145+236=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #B091EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091EC is #4F6E13. Grayscale: #A4A4A4. Windows color (decimal): -5205524 or 15503792. OLE color: 15503792.

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

Color convert

RGB176145236-
CMYK0.250.3900.07
HSL260.44º70.54%74.71%-
HSV(B)260.44º38.56%92.55%-
XYZ43.1735.5483.94-
YUV164.64168.27136.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=31.60%
G=26.03%
B=42.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761452360.250.3900.07260.4470.5474.71
HexB091EC192707104474b
Octal260221354314707404107113
Binary10110000100100011110110011001100111011110000010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091EC; }

 p { color: rgb(176,145,236); }

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

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

 a { background-color: rgb(176,145,236); }

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

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

 span { border-color: rgb(176,145,236); }

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