#B1AABF

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

Shades of Biloba Flower #B1AABF

Tints of Biloba Flower #B1AABF

Color information

#B1AABF (or 0xB1AABF) is unknown color: approx Biloba Flower. HEX triplet: B1, AA and BF. RGB value is (177,170,191). Sum of RGB (Red+Green+Blue) = 177+170+191=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABF is #4E5540. Grayscale: #AEAEAE. Windows color (decimal): -5133633 or 12561073. OLE color: 12561073.

HSL color Cylindrical-coordinate representation of color #B1AABF: hue angle of 260º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AABF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177170191-
CMYK0.070.1100.25
HSL260º14.09%70.78%-
HSV(B)260º10.99%74.9%-
XYZ41.9141.8655.16-
YUV174.49137.32129.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 191 (75% from 255) = 35.50%
R=32.90%
G=31.60%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771701910.070.1100.2526014.0970.78
HexB1AABF7B019104e47
Octal26125227771303140416107
Binary101100011010101010111111111101101100110000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AABF; }

 p { color: rgb(177,170,191); }

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

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

 a { background-color: rgb(177,170,191); }

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

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

 span { border-color: rgb(177,170,191); }

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