#B1B7AE

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

Shades of Pumice #B1B7AE

Tints of Pumice #B1B7AE

Color information

#B1B7AE (or 0xB1B7AE) is unknown color: approx Pumice. HEX triplet: B1, B7 and AE. RGB value is (177,183,174). Sum of RGB (Red+Green+Blue) = 177+183+174=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B7AE is #4E4851. Grayscale: #B4B4B4. Windows color (decimal): -5130322 or 11450289. OLE color: 11450289.

HSL color Cylindrical-coordinate representation of color #B1B7AE: hue angle of 100º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1B7AE is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB177183174-
CMYK0.0300.050.28
HSL100º5.88%70%-
HSV(B)100º4.92%71.76%-
XYZ42.746.2746.72-
YUV180.18124.51125.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=33.15%
G=34.27%
B=32.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771831740.0300.050.281005.8870
HexB1B7AE3051C64646
Octal261267256305341446106
Binary1011000110110111101011101101011110011001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7AE; }

 p { color: rgb(177,183,174); }

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

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

 a { background-color: rgb(177,183,174); }

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

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

 span { border-color: rgb(177,183,174); }

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