#B19FCA

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

Shades of Biloba Flower #B19FCA

Tints of Biloba Flower #B19FCA

Color information

#B19FCA (or 0xB19FCA) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and CA. RGB value is (177,159,202). Sum of RGB (Red+Green+Blue) = 177+159+202=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B19FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FCA is #4E6035. Grayscale: #A9A9A9. Windows color (decimal): -5136438 or 13279153. OLE color: 13279153.

HSL color Cylindrical-coordinate representation of color #B19FCA: hue angle of 265.12º degrees, saturation: 0.29, 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 #B19FCA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177159202-
CMYK0.120.2100.21
HSL265.12º28.86%70.78%-
HSV(B)265.12º21.29%79.22%-
XYZ41.1938.4161.12-
YUV169.28146.46133.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=32.90%
G=29.55%
B=37.55%

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
Decimal1771592020.120.2100.21265.1228.8670.78
HexB19FCAC150151091d47
Octal261237312142502541135107
Binary101100011001111111001010110010101010101100001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FCA; }

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

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

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

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

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

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

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

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