#B6C6AB

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

Shades of Pumice #B6C6AB

Tints of Pumice #B6C6AB

Color information

#B6C6AB (or 0xB6C6AB) is unknown color: approx Pumice. HEX triplet: B6, C6 and AB. RGB value is (182,198,171). Sum of RGB (Red+Green+Blue) = 182+198+171=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C6AB is #493954. Grayscale: #BEBEBE. Windows color (decimal): -4798805 or 11257526. OLE color: 11257526.

HSL color Cylindrical-coordinate representation of color #B6C6AB: hue angle of 95.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6C6AB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB182198171-
CMYK0.0800.140.22
HSL95.56º19.15%72.35%-
HSV(B)95.56º13.64%77.65%-
XYZ46.8453.2746.34-
YUV190.14117.2122.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=33.03%
G=35.93%
B=31.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981710.0800.140.2295.5619.1572.35
HexB6C6AB80E16601348
Octal266306253100162614023110
Binary101101101100011010101011100001110101101100000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C6AB; }

 p { color: rgb(182,198,171); }

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

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

 a { background-color: rgb(182,198,171); }

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

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

 span { border-color: rgb(182,198,171); }

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