#B8C8AC

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

Shades of Pumice #B8C8AC

Tints of Pumice #B8C8AC

Color information

#B8C8AC (or 0xB8C8AC) is unknown color: approx Pumice. HEX triplet: B8, C8 and AC. RGB value is (184,200,172). Sum of RGB (Red+Green+Blue) = 184+200+172=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C8AC is #473753. Grayscale: #C0C0C0. Windows color (decimal): -4667220 or 11323576. OLE color: 11323576.

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

Color convert

RGB184200172-
CMYK0.0800.140.22
HSL94.29º20.29%72.94%-
HSV(B)94.29º14%78.43%-
XYZ47.8754.4847.02-
YUV192.02116.7122.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=33.09%
G=35.97%
B=30.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1842001720.0800.140.2294.2920.2972.94
HexB8C8AC80E165e1449
Octal270310254100162613624111
Binary101110001100100010101100100001110101101011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C8AC; }

 p { color: rgb(184,200,172); }

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

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

 a { background-color: rgb(184,200,172); }

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

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

 span { border-color: rgb(184,200,172); }

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