#B091EF

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

Shades of Biloba Flower #B091EF

Tints of Biloba Flower #B091EF

Color information

#B091EF (or 0xB091EF) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and EF. RGB value is (176,145,239). Sum of RGB (Red+Green+Blue) = 176+145+239=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #B091EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091EF is #4F6E10. Grayscale: #A4A4A4. Windows color (decimal): -5205521 or 15700400. OLE color: 15700400.

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

Color convert

RGB176145239-
CMYK0.260.3900.06
HSL259.79º74.6%75.29%-
HSV(B)259.79º39.33%93.73%-
XYZ43.6135.7186.26-
YUV164.98169.77135.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=31.43%
G=25.89%
B=42.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761452390.260.3900.06259.7974.675.29
HexB091EF1A27061044b4b
Octal260221357324706404113113
Binary10110000100100011110111111010100111011010000010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091EF; }

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

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

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

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

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

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

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

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