#B7C1AF

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

Shades of Pumice #B7C1AF

Tints of Pumice #B7C1AF

Color information

#B7C1AF (or 0xB7C1AF) is unknown color: approx Pumice. HEX triplet: B7, C1 and AF. RGB value is (183,193,175). Sum of RGB (Red+Green+Blue) = 183+193+175=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C1AF is #483E50. Grayscale: #BCBCBC. Windows color (decimal): -4734545 or 11518391. OLE color: 11518391.

HSL color Cylindrical-coordinate representation of color #B7C1AF: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C1AF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB183193175-
CMYK0.0500.090.24
HSL93.33º12.68%72.16%-
HSV(B)93.33º9.33%75.69%-
XYZ46.3451.348.02-
YUV187.96120.69124.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=33.21%
G=35.03%
B=31.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931750.0500.090.2493.3312.6872.16
HexB7C1AF509185dd48
Octal26730125750113013515110
Binary1011011111000001101011111010100111000101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1AF; }

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

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

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

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

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

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

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

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