#B2BCAB

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

Shades of Pumice #B2BCAB

Tints of Pumice #B2BCAB

Color information

#B2BCAB (or 0xB2BCAB) is unknown color: approx Pumice. HEX triplet: B2, BC and AB. RGB value is (178,188,171). Sum of RGB (Red+Green+Blue) = 178+188+171=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAB is #4D4354. Grayscale: #B7B7B7. Windows color (decimal): -5063509 or 11254962. OLE color: 11254962.

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

Color convert

RGB178188171-
CMYK0.0500.090.26
HSL95.29º11.26%70.39%-
HSV(B)95.29º9.04%73.73%-
XYZ43.6948.3745.56-
YUV183.07121.19124.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=33.15%
G=35.01%
B=31.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881710.0500.090.2695.2911.2670.39
HexB2BCAB5091A5fb46
Octal26227425350113213713106
Binary1011001010111100101010111010100111010101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCAB; }

 p { color: rgb(178,188,171); }

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

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

 a { background-color: rgb(178,188,171); }

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

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

 span { border-color: rgb(178,188,171); }

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