#B6C2AD

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

Shades of Pumice #B6C2AD

Tints of Pumice #B6C2AD

Color information

#B6C2AD (or 0xB6C2AD) is unknown color: approx Pumice. HEX triplet: B6, C2 and AD. RGB value is (182,194,173). Sum of RGB (Red+Green+Blue) = 182+194+173=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AD is #493D52. Grayscale: #BCBCBC. Windows color (decimal): -4799827 or 11387574. OLE color: 11387574.

HSL color Cylindrical-coordinate representation of color #B6C2AD: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C2AD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB182194173-
CMYK0.0600.110.24
HSL94.29º14.69%71.96%-
HSV(B)94.29º10.82%76.08%-
XYZ46.1351.5547.05-
YUV188.02119.52123.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=33.15%
G=35.34%
B=31.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941730.0600.110.2494.2914.6971.96
HexB6C2AD60B185ef48
Octal26630225560133013617110
Binary1011011011000010101011011100101111000101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2AD; }

 p { color: rgb(182,194,173); }

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

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

 a { background-color: rgb(182,194,173); }

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

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

 span { border-color: rgb(182,194,173); }

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