#B2C0AB

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

Shades of Pumice #B2C0AB

Tints of Pumice #B2C0AB

Color information

#B2C0AB (or 0xB2C0AB) is unknown color: approx Pumice. HEX triplet: B2, C0 and AB. RGB value is (178,192,171). Sum of RGB (Red+Green+Blue) = 178+192+171=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C0AB is #4D3F54. Grayscale: #B9B9B9. Windows color (decimal): -5062485 or 11255986. OLE color: 11255986.

HSL color Cylindrical-coordinate representation of color #B2C0AB: hue angle of 100º degrees, saturation: 0.14, 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 #B2C0AB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB178192171-
CMYK0.0700.110.25
HSL100º14.29%71.18%-
HSV(B)100º10.94%75.29%-
XYZ44.5650.145.85-
YUV185.42119.86122.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=32.90%
G=35.49%
B=31.61%

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
Decimal1781921710.0700.110.2510014.2971.18
HexB2C0AB70B1964e47
Octal26230025370133114416107
Binary1011001011000000101010111110101111001110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C0AB; }

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

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

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

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

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

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

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

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