#B59CED

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

Shades of Biloba Flower #B59CED

Tints of Biloba Flower #B59CED

Color information

#B59CED (or 0xB59CED) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and ED. RGB value is (181,156,237). Sum of RGB (Red+Green+Blue) = 181+156+237=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #B59CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CED is #4A6312. Grayscale: #ACACAC. Windows color (decimal): -4875027 or 15572149. OLE color: 15572149.

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

Color convert

RGB181156237-
CMYK0.240.3400.07
HSL258.52º69.23%77.06%-
HSV(B)258.52º34.18%92.94%-
XYZ46.2339.7285.35-
YUV172.71164.28133.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=31.53%
G=27.18%
B=41.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811562370.240.3400.07258.5269.2377.06
HexB59CED182207103454d
Octal265234355304207403105115
Binary10110101100111001110110111000100010011110000001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CED; }

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

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

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

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

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

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

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

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