#B59DCE

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

Shades of Biloba Flower #B59DCE

Tints of Biloba Flower #B59DCE

Color information

#B59DCE (or 0xB59DCE) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and CE. RGB value is (181,157,206). Sum of RGB (Red+Green+Blue) = 181+157+206=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B59DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DCE is #4A6231. Grayscale: #A9A9A9. Windows color (decimal): -4874802 or 13540789. OLE color: 13540789.

HSL color Cylindrical-coordinate representation of color #B59DCE: hue angle of 269.39º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59DCE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181157206-
CMYK0.120.2400.19
HSL269.39º33.33%71.18%-
HSV(B)269.39º23.79%80.78%-
XYZ42.2538.3963.58-
YUV169.76148.45136.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=33.27%
G=28.86%
B=37.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811572060.120.2400.19269.3933.3371.18
HexB59DCEC1801310d2147
Octal265235316143002341541107
Binary1011010110011101110011101100110000100111000011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DCE; }

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

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

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

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

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

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

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

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