#B19DCB

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

Shades of Biloba Flower #B19DCB

Tints of Biloba Flower #B19DCB

Color information

#B19DCB (or 0xB19DCB) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and CB. RGB value is (177,157,203). Sum of RGB (Red+Green+Blue) = 177+157+203=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B19DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DCB is #4E6234. Grayscale: #A8A8A8. Windows color (decimal): -5136949 or 13344177. OLE color: 13344177.

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

Color convert

RGB177157203-
CMYK0.130.2300.20
HSL266.09º30.67%70.59%-
HSV(B)266.09º22.66%79.61%-
XYZ40.9737.7761.63-
YUV168.22147.63134.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=32.96%
G=29.24%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771572030.130.2300.20266.0930.6770.59
HexB19DCBD1701410a1f47
Octal261235313152702441237107
Binary101100011001110111001011110110111010100100001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DCB; }

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

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

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

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

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

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

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

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