#B1BDA7

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

Shades of Pumice #B1BDA7

Tints of Pumice #B1BDA7

Color information

#B1BDA7 (or 0xB1BDA7) is unknown color: approx Pumice. HEX triplet: B1, BD and A7. RGB value is (177,189,167). Sum of RGB (Red+Green+Blue) = 177+189+167=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BDA7 is #4E4258. Grayscale: #B6B6B6. Windows color (decimal): -5128793 or 10993073. OLE color: 10993073.

HSL color Cylindrical-coordinate representation of color #B1BDA7: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BDA7 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB177189167-
CMYK0.0600.120.26
HSL92.73º14.29%69.8%-
HSV(B)92.73º11.64%74.12%-
XYZ43.348.5343.64-
YUV182.9119.02123.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=33.21%
G=35.46%
B=31.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891670.0600.120.2692.7314.2969.8
HexB1BDA760C1A5de46
Octal26127524760143213516106
Binary1011000110111101101001111100110011010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDA7; }

 p { color: rgb(177,189,167); }

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

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

 a { background-color: rgb(177,189,167); }

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

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

 span { border-color: rgb(177,189,167); }

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