#B1AAC3

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

Shades of Biloba Flower #B1AAC3

Tints of Biloba Flower #B1AAC3

Color information

#B1AAC3 (or 0xB1AAC3) is unknown color: approx Biloba Flower. HEX triplet: B1, AA and C3. RGB value is (177,170,195). Sum of RGB (Red+Green+Blue) = 177+170+195=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAC3 is #4E553C. Grayscale: #AEAEAE. Windows color (decimal): -5133629 or 12823217. OLE color: 12823217.

HSL color Cylindrical-coordinate representation of color #B1AAC3: hue angle of 256.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1AAC3 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177170195-
CMYK0.090.1300.24
HSL256.8º17.24%71.57%-
HSV(B)256.8º12.82%76.47%-
XYZ42.3642.0457.51-
YUV174.94139.32129.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=32.66%
G=31.37%
B=35.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771701950.090.1300.24256.817.2471.57
HexB1AAC39D0181011148
Octal261252303111503040121110
Binary10110001101010101100001110011101011000100000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAC3; }

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

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

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

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

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

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

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

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