#B089EF

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

Shades of Biloba Flower #B089EF

Tints of Biloba Flower #B089EF

Color information

#B089EF (or 0xB089EF) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and EF. RGB value is (176,137,239). Sum of RGB (Red+Green+Blue) = 176+137+239=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #B089EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089EF is #4F7610. Grayscale: #9F9F9F. Windows color (decimal): -5207569 or 15698352. OLE color: 15698352.

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

Color convert

RGB176137239-
CMYK0.260.4300.06
HSL262.94º76.12%73.73%-
HSV(B)262.94º42.68%93.73%-
XYZ42.4333.3585.86-
YUV160.29172.42139.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 239 (93.75% from 255) = 43.30%
R=31.88%
G=24.82%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761372390.260.4300.06262.9476.1273.73
HexB089EF1A2B061074c4a
Octal260211357325306407114112
Binary10110000100010011110111111010101011011010000011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089EF; }

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

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

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

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

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

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

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

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