#B19DCD

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

Shades of Biloba Flower #B19DCD

Tints of Biloba Flower #B19DCD

Color information

#B19DCD (or 0xB19DCD) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and CD. RGB value is (177,157,205). Sum of RGB (Red+Green+Blue) = 177+157+205=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B19DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DCD is #4E6232. Grayscale: #A8A8A8. Windows color (decimal): -5136947 or 13475249. OLE color: 13475249.

HSL color Cylindrical-coordinate representation of color #B19DCD: hue angle of 265º degrees, saturation: 0.32, 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 #B19DCD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177157205-
CMYK0.140.2300.20
HSL265º32.43%70.98%-
HSV(B)265º23.41%80.39%-
XYZ41.2137.8762.9-
YUV168.45148.63134.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=32.84%
G=29.13%
B=38.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771572050.140.2300.2026532.4370.98
HexB19DCDE170141092047
Octal261235315162702441140107
Binary1011000110011101110011011110101110101001000010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DCD; }

 p { color: rgb(177,157,205); }

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

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

 a { background-color: rgb(177,157,205); }

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

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

 span { border-color: rgb(177,157,205); }

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