#B5C1AD

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

Shades of Pumice #B5C1AD

Tints of Pumice #B5C1AD

Color information

#B5C1AD (or 0xB5C1AD) is unknown color: approx Pumice. HEX triplet: B5, C1 and AD. RGB value is (181,193,173). Sum of RGB (Red+Green+Blue) = 181+193+173=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C1AD is #4A3E52. Grayscale: #BBBBBB. Windows color (decimal): -4865619 or 11387317. OLE color: 11387317.

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

Color convert

RGB181193173-
CMYK0.0600.100.24
HSL96º13.89%71.76%-
HSV(B)96º10.36%75.69%-
XYZ45.6750.9846.97-
YUV187.13120.02123.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=33.09%
G=35.28%
B=31.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811931730.0600.100.249613.8971.76
HexB5C1AD60A1860e48
Octal26530125560123014016110
Binary1011010111000001101011011100101011000110000011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1AD; }

 p { color: rgb(181,193,173); }

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

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

 a { background-color: rgb(181,193,173); }

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

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

 span { border-color: rgb(181,193,173); }

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