#B5C4AC

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

Shades of Pumice #B5C4AC

Tints of Pumice #B5C4AC

Color information

#B5C4AC (or 0xB5C4AC) is unknown color: approx Pumice. HEX triplet: B5, C4 and AC. RGB value is (181,196,172). Sum of RGB (Red+Green+Blue) = 181+196+172=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C4AC is #4A3B53. Grayscale: #BCBCBC. Windows color (decimal): -4864852 or 11322549. OLE color: 11322549.

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

Color convert

RGB181196172-
CMYK0.0800.120.23
HSL97.5º16.9%72.16%-
HSV(B)97.5º12.24%76.86%-
XYZ46.2452.2846.68-
YUV188.78118.53122.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=32.97%
G=35.70%
B=31.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961720.0800.120.2397.516.972.16
HexB5C4AC80C17611148
Octal265304254100142714121110
Binary101101011100010010101100100001100101111100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4AC; }

 p { color: rgb(181,196,172); }

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

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

 a { background-color: rgb(181,196,172); }

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

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

 span { border-color: rgb(181,196,172); }

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