#B19FC9

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

Shades of Biloba Flower #B19FC9

Tints of Biloba Flower #B19FC9

Color information

#B19FC9 (or 0xB19FC9) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and C9. RGB value is (177,159,201). Sum of RGB (Red+Green+Blue) = 177+159+201=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #B19FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FC9 is #4E6036. Grayscale: #A9A9A9. Windows color (decimal): -5136439 or 13213617. OLE color: 13213617.

HSL color Cylindrical-coordinate representation of color #B19FC9: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19FC9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177159201-
CMYK0.120.2100.21
HSL265.71º28%70.59%-
HSV(B)265.71º20.9%78.82%-
XYZ41.0738.3660.5-
YUV169.17145.96133.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=32.96%
G=29.61%
B=37.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771592010.120.2100.21265.712870.59
HexB19FC9C1501510a1c47
Octal261237311142502541234107
Binary101100011001111111001001110010101010101100001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FC9; }

 p { color: rgb(177,159,201); }

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

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

 a { background-color: rgb(177,159,201); }

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

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

 span { border-color: rgb(177,159,201); }

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