#B2BEA8

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

Shades of Pumice #B2BEA8

Tints of Pumice #B2BEA8

Color information

#B2BEA8 (or 0xB2BEA8) is unknown color: approx Pumice. HEX triplet: B2, BE and A8. RGB value is (178,190,168). Sum of RGB (Red+Green+Blue) = 178+190+168=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEA8 is #4D4157. Grayscale: #B7B7B7. Windows color (decimal): -5063000 or 11058866. OLE color: 11058866.

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

Color convert

RGB178190168-
CMYK0.0600.120.25
HSL92.73º14.47%70.2%-
HSV(B)92.73º11.58%74.51%-
XYZ43.8449.1244.22-
YUV183.9119.02123.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=33.21%
G=35.45%
B=31.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901680.0600.120.2592.7314.4770.2
HexB2BEA860C195de46
Octal26227625060143113516106
Binary1011001010111110101010001100110011001101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEA8; }

 p { color: rgb(178,190,168); }

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

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

 a { background-color: rgb(178,190,168); }

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

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

 span { border-color: rgb(178,190,168); }

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