#B59DC9

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

Shades of Biloba Flower #B59DC9

Tints of Biloba Flower #B59DC9

Color information

#B59DC9 (or 0xB59DC9) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and C9. RGB value is (181,157,201). Sum of RGB (Red+Green+Blue) = 181+157+201=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #B59DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DC9 is #4A6236. Grayscale: #A9A9A9. Windows color (decimal): -4874807 or 13213109. OLE color: 13213109.

HSL color Cylindrical-coordinate representation of color #B59DC9: hue angle of 272.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59DC9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181157201-
CMYK0.100.2200.21
HSL272.73º28.95%70.2%-
HSV(B)272.73º21.89%78.82%-
XYZ41.6638.1560.43-
YUV169.19145.95136.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=33.58%
G=29.13%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811572010.100.2200.21272.7328.9570.2
HexB59DC9A160151111d46
Octal265235311122602542135106
Binary101101011001110111001001101010110010101100010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DC9; }

 p { color: rgb(181,157,201); }

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

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

 a { background-color: rgb(181,157,201); }

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

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

 span { border-color: rgb(181,157,201); }

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