#B2C0AA

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

Shades of Pumice #B2C0AA

Tints of Pumice #B2C0AA

Color information

#B2C0AA (or 0xB2C0AA) is unknown color: approx Pumice. HEX triplet: B2, C0 and AA. RGB value is (178,192,170). Sum of RGB (Red+Green+Blue) = 178+192+170=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C0AA is #4D3F55. Grayscale: #B9B9B9. Windows color (decimal): -5062486 or 11190450. OLE color: 11190450.

HSL color Cylindrical-coordinate representation of color #B2C0AA: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C0AA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB178192170-
CMYK0.0700.110.25
HSL98.18º14.86%70.98%-
HSV(B)98.18º11.46%75.29%-
XYZ44.4750.0745.35-
YUV185.31119.36122.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=32.96%
G=35.56%
B=31.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921700.0700.110.2598.1814.8670.98
HexB2C0AA70B1962f47
Octal26230025270133114217107
Binary1011001011000000101010101110101111001110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C0AA; }

 p { color: rgb(178,192,170); }

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

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

 a { background-color: rgb(178,192,170); }

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

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

 span { border-color: rgb(178,192,170); }

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