#B1BAAA

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

Shades of Pumice #B1BAAA

Tints of Pumice #B1BAAA

Color information

#B1BAAA (or 0xB1BAAA) is unknown color: approx Pumice. HEX triplet: B1, BA and AA. RGB value is (177,186,170). Sum of RGB (Red+Green+Blue) = 177+186+170=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAAA is #4E4555. Grayscale: #B5B5B5. Windows color (decimal): -5129558 or 11188913. OLE color: 11188913.

HSL color Cylindrical-coordinate representation of color #B1BAAA: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BAAA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB177186170-
CMYK0.0500.090.27
HSL93.75º10.39%69.8%-
HSV(B)93.75º8.6%72.94%-
XYZ42.9547.3744.91-
YUV181.48121.52124.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=33.21%
G=34.90%
B=31.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861700.0500.090.2793.7510.3969.8
HexB1BAAA5091B5ea46
Octal26127225250113313612106
Binary1011000110111010101010101010100111011101111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAAA; }

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

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

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

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

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

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

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

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