#b59eed

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

Shades of Biloba Flower #B59EED

Tints of Biloba Flower #B59EED

Color information

#B59EED (or 0xB59EED) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and ED. RGB value is (181,158,237). Sum of RGB (Red+Green+Blue) = 181+158+237=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #B59EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EED is #4A6112. Grayscale: #ADADAD. Windows color (decimal): -4874515 or 15572661. OLE color: 15572661.

HSL color Cylindrical-coordinate representation of color #B59EED: hue angle of 257.47º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59EED is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181158237-
CMYK0.240.3300.07
HSL257.47º68.7%77.45%-
HSV(B)257.47º33.33%92.94%-
XYZ46.5740.3985.46-
YUV173.88163.62133.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=31.42%
G=27.43%
B=41.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811582370.240.3300.07257.4768.777.45
HexB59EED182107101454d
Octal265236355304107401105115
Binary10110101100111101110110111000100001011110000000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59eed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59eed; }

 p { color: rgb(181,158,237); }

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

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

 a { background-color: rgb(181,158,237); }

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

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

 span { border-color: rgb(181,158,237); }

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