#B091ED

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

Shades of Biloba Flower #B091ED

Tints of Biloba Flower #B091ED

Color information

#B091ED (or 0xB091ED) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and ED. RGB value is (176,145,237). Sum of RGB (Red+Green+Blue) = 176+145+237=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B091ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091ED is #4F6E12. Grayscale: #A4A4A4. Windows color (decimal): -5205523 or 15569328. OLE color: 15569328.

HSL color Cylindrical-coordinate representation of color #B091ED: hue angle of 260.22º degrees, saturation: 0.72, 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 #B091ED is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176145237-
CMYK0.260.3900.07
HSL260.22º71.88%74.9%-
HSV(B)260.22º38.82%92.94%-
XYZ43.3235.684.71-
YUV164.76168.77136.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=31.54%
G=25.99%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761452370.260.3900.07260.2271.8874.9
HexB091ED1A2707104484b
Octal260221355324707404110113
Binary10110000100100011110110111010100111011110000010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091ED; }

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

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

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

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

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

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

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

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