#B19AC6

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

Shades of Biloba Flower #B19AC6

Tints of Biloba Flower #B19AC6

Color information

#B19AC6 (or 0xB19AC6) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and C6. RGB value is (177,154,198). Sum of RGB (Red+Green+Blue) = 177+154+198=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #B19AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AC6 is #4E6539. Grayscale: #A5A5A5. Windows color (decimal): -5137722 or 13015729. OLE color: 13015729.

HSL color Cylindrical-coordinate representation of color #B19AC6: hue angle of 271.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B19AC6 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177154198-
CMYK0.110.2200.22
HSL271.36º27.85%69.02%-
HSV(B)271.36º22.22%77.65%-
XYZ39.8836.5458.38-
YUV165.89146.12135.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=33.46%
G=29.11%
B=37.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771541980.110.2200.22271.3627.8569.02
HexB19AC6B1601610f1c45
Octal261232306132602641734105
Binary101100011001101011000110101110110010110100001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AC6; }

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

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

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

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

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

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

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

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