#B19AC5

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

Shades of Biloba Flower #B19AC5

Tints of Biloba Flower #B19AC5

Color information

#B19AC5 (or 0xB19AC5) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and C5. RGB value is (177,154,197). Sum of RGB (Red+Green+Blue) = 177+154+197=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #B19AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AC5 is #4E653A. Grayscale: #A5A5A5. Windows color (decimal): -5137723 or 12950193. OLE color: 12950193.

HSL color Cylindrical-coordinate representation of color #B19AC5: hue angle of 272.09º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B19AC5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177154197-
CMYK0.100.2200.23
HSL272.09º27.04%68.82%-
HSV(B)272.09º21.83%77.25%-
XYZ39.7736.4957.77-
YUV165.78145.62136-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=33.52%
G=29.17%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771541970.100.2200.23272.0927.0468.82
HexB19AC5A160171101b45
Octal261232305122602742033105
Binary101100011001101011000101101010110010111100010000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AC5; }

 p { color: rgb(177,154,197); }

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

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

 a { background-color: rgb(177,154,197); }

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

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

 span { border-color: rgb(177,154,197); }

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