#B6C0AD

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

Shades of Pumice #B6C0AD

Tints of Pumice #B6C0AD

Color information

#B6C0AD (or 0xB6C0AD) is unknown color: approx Pumice. HEX triplet: B6, C0 and AD. RGB value is (182,192,173). Sum of RGB (Red+Green+Blue) = 182+192+173=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C0AD is #493F52. Grayscale: #BABABA. Windows color (decimal): -4800339 or 11387062. OLE color: 11387062.

HSL color Cylindrical-coordinate representation of color #B6C0AD: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C0AD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB182192173-
CMYK0.0500.100.25
HSL91.58º13.1%71.57%-
HSV(B)91.58º9.9%75.29%-
XYZ45.6850.6646.91-
YUV186.84120.19124.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=33.27%
G=35.10%
B=31.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921730.0500.100.2591.5813.171.57
HexB6C0AD50A195cd48
Octal26630025550123113415110
Binary1011011011000000101011011010101011001101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C0AD; }

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

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

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

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

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

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

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

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