#B6C3AD

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

Shades of Pumice #B6C3AD

Tints of Pumice #B6C3AD

Color information

#B6C3AD (or 0xB6C3AD) is unknown color: approx Pumice. HEX triplet: B6, C3 and AD. RGB value is (182,195,173). Sum of RGB (Red+Green+Blue) = 182+195+173=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C3AD is #493C52. Grayscale: #BCBCBC. Windows color (decimal): -4799571 or 11387830. OLE color: 11387830.

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

Color convert

RGB182195173-
CMYK0.0700.110.24
HSL95.45º15.49%72.16%-
HSV(B)95.45º11.28%76.47%-
XYZ46.3551.9947.13-
YUV188.6119.19123.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=33.09%
G=35.45%
B=31.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951730.0700.110.2495.4515.4972.16
HexB6C3AD70B185ff48
Octal26630325570133013717110
Binary1011011011000011101011011110101111000101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C3AD; }

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

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

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

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

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

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

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

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