#B59ECC

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

Shades of Biloba Flower #B59ECC

Tints of Biloba Flower #B59ECC

Color information

#B59ECC (or 0xB59ECC) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and CC. RGB value is (181,158,204). Sum of RGB (Red+Green+Blue) = 181+158+204=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #B59ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ECC is #4A6133. Grayscale: #A9A9A9. Windows color (decimal): -4874548 or 13409973. OLE color: 13409973.

HSL color Cylindrical-coordinate representation of color #B59ECC: hue angle of 270º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59ECC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181158204-
CMYK0.110.2300.2
HSL270º31.08%70.98%-
HSV(B)270º22.55%80%-
XYZ42.1838.6462.36-
YUV170.12147.12135.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=33.33%
G=29.10%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811582040.110.2300.227031.0870.98
HexB59ECCB1701410e1f47
Octal265236314132702441637107
Binary101101011001111011001100101110111010100100001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ECC; }

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

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

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

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

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

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

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

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