#B5C5AB

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

Shades of Pumice #B5C5AB

Tints of Pumice #B5C5AB

Color information

#B5C5AB (or 0xB5C5AB) is unknown color: approx Pumice. HEX triplet: B5, C5 and AB. RGB value is (181,197,171). Sum of RGB (Red+Green+Blue) = 181+197+171=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5AB is #4A3A54. Grayscale: #BDBDBD. Windows color (decimal): -4864597 or 11257269. OLE color: 11257269.

HSL color Cylindrical-coordinate representation of color #B5C5AB: hue angle of 96.92º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C5AB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB181197171-
CMYK0.0800.130.23
HSL96.92º18.31%72.16%-
HSV(B)96.92º13.2%77.25%-
XYZ46.3752.746.26-
YUV189.25117.7122.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=32.97%
G=35.88%
B=31.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971710.0800.130.2396.9218.3172.16
HexB5C5AB80D17611248
Octal265305253100152714122110
Binary101101011100010110101011100001101101111100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5AB; }

 p { color: rgb(181,197,171); }

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

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

 a { background-color: rgb(181,197,171); }

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

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

 span { border-color: rgb(181,197,171); }

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