#B2B8AD

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

Shades of Pumice #B2B8AD

Tints of Pumice #B2B8AD

Color information

#B2B8AD (or 0xB2B8AD) is unknown color: approx Pumice. HEX triplet: B2, B8 and AD. RGB value is (178,184,173). Sum of RGB (Red+Green+Blue) = 178+184+173=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B8AD is #4D4752. Grayscale: #B4B4B4. Windows color (decimal): -5064531 or 11385010. OLE color: 11385010.

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

Color convert

RGB178184173-
CMYK0.0300.060.28
HSL92.73º7.19%70%-
HSV(B)92.73º5.98%72.16%-
XYZ43.0446.7646.29-
YUV180.95123.51125.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=33.27%
G=34.39%
B=32.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841730.0300.060.2892.737.1970
HexB2B8AD3061C5d746
Octal262270255306341357106
Binary1011001010111000101011011101101110010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B8AD; }

 p { color: rgb(178,184,173); }

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

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

 a { background-color: rgb(178,184,173); }

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

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

 span { border-color: rgb(178,184,173); }

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