#B7C7AF

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

Shades of Pumice #B7C7AF

Tints of Pumice #B7C7AF

Color information

#B7C7AF (or 0xB7C7AF) is unknown color: approx Pumice. HEX triplet: B7, C7 and AF. RGB value is (183,199,175). Sum of RGB (Red+Green+Blue) = 183+199+175=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C7AF is #483850. Grayscale: #BFBFBF. Windows color (decimal): -4733009 or 11519927. OLE color: 11519927.

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

Color convert

RGB183199175-
CMYK0.0800.120.22
HSL100º17.65%73.33%-
HSV(B)100º12.06%78.04%-
XYZ47.6954.0148.47-
YUV191.48118.7121.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 199 (78.12% from 255) = 35.73%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=32.85%
G=35.73%
B=31.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831991750.0800.120.2210017.6573.33
HexB7C7AF80C16641249
Octal267307257100142614422111
Binary101101111100011110101111100001100101101100100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C7AF; }

 p { color: rgb(183,199,175); }

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

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

 a { background-color: rgb(183,199,175); }

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

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

 span { border-color: rgb(183,199,175); }

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