#B19FCC

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

Shades of Biloba Flower #B19FCC

Tints of Biloba Flower #B19FCC

Color information

#B19FCC (or 0xB19FCC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and CC. RGB value is (177,159,204). Sum of RGB (Red+Green+Blue) = 177+159+204=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B19FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FCC is #4E6033. Grayscale: #A9A9A9. Windows color (decimal): -5136436 or 13410225. OLE color: 13410225.

HSL color Cylindrical-coordinate representation of color #B19FCC: hue angle of 264º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B19FCC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177159204-
CMYK0.130.2200.2
HSL264º30.61%71.18%-
HSV(B)264º22.06%80%-
XYZ41.4338.562.38-
YUV169.51147.46133.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=32.78%
G=29.44%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771592040.130.2200.226430.6171.18
HexB19FCCD160141081f47
Octal261237314152602441037107
Binary101100011001111111001100110110110010100100001000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FCC; }

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

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

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

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

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

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

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

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