#B5C6AC

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

Shades of Pumice #B5C6AC

Tints of Pumice #B5C6AC

Color information

#B5C6AC (or 0xB5C6AC) is unknown color: approx Pumice. HEX triplet: B5, C6 and AC. RGB value is (181,198,172). Sum of RGB (Red+Green+Blue) = 181+198+172=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C6AC is #4A3953. Grayscale: #BEBEBE. Windows color (decimal): -4864340 or 11323061. OLE color: 11323061.

HSL color Cylindrical-coordinate representation of color #B5C6AC: hue angle of 99.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C6AC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB181198172-
CMYK0.0900.130.22
HSL99.23º18.57%72.55%-
HSV(B)99.23º13.13%77.65%-
XYZ46.753.1946.84-
YUV189.95117.87121.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=32.85%
G=35.93%
B=31.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981720.0900.130.2299.2318.5772.55
HexB5C6AC90D16631349
Octal265306254110152614323111
Binary101101011100011010101100100101101101101100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C6AC; }

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

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

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

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

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

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

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

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