#B091EB

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

Shades of Biloba Flower #B091EB

Tints of Biloba Flower #B091EB

Color information

#B091EB (or 0xB091EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and EB. RGB value is (176,145,235). Sum of RGB (Red+Green+Blue) = 176+145+235=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #B091EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091EB is #4F6E14. Grayscale: #A4A4A4. Windows color (decimal): -5205525 or 15438256. OLE color: 15438256.

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

Color convert

RGB176145235-
CMYK0.250.3800.08
HSL260.67º69.23%74.51%-
HSV(B)260.67º38.3%92.16%-
XYZ43.0335.4883.18-
YUV164.53167.77136.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=31.65%
G=26.08%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761452350.250.3800.08260.6769.2374.51
HexB091EB192608105454b
Octal2602213533146010405105113
Binary101100001001000111101011110011001100100010000010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091EB; }

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

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

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

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

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

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

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

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