#B089EC

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

Shades of Biloba Flower #B089EC

Tints of Biloba Flower #B089EC

Color information

#B089EC (or 0xB089EC) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and EC. RGB value is (176,137,236). Sum of RGB (Red+Green+Blue) = 176+137+236=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B089EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089EC is #4F7613. Grayscale: #9F9F9F. Windows color (decimal): -5207572 or 15501744. OLE color: 15501744.

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

Color convert

RGB176137236-
CMYK0.250.4200.07
HSL263.64º72.26%73.14%-
HSV(B)263.64º41.95%92.55%-
XYZ41.9933.1883.55-
YUV159.95170.92139.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=32.06%
G=24.95%
B=42.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761372360.250.4200.07263.6472.2673.14
HexB089EC192A071084849
Octal260211354315207410110111
Binary10110000100010011110110011001101010011110000100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089EC; }

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

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

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

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

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

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

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

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