#B7C7AB

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

Shades of Pumice #B7C7AB

Tints of Pumice #B7C7AB

Color information

#B7C7AB (or 0xB7C7AB) is unknown color: approx Pumice. HEX triplet: B7, C7 and AB. RGB value is (183,199,171). Sum of RGB (Red+Green+Blue) = 183+199+171=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C7AB is #483854. Grayscale: #BFBFBF. Windows color (decimal): -4733013 or 11257783. OLE color: 11257783.

HSL color Cylindrical-coordinate representation of color #B7C7AB: 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 #B7C7AB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB183199171-
CMYK0.0800.140.22
HSL94.29º20%72.55%-
HSV(B)94.29º14.07%78.04%-
XYZ47.353.8546.43-
YUV191.02116.7122.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 199 (78.12% from 255) = 35.99%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=33.09%
G=35.99%
B=30.92%

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
Decimal1831991710.0800.140.2294.292072.55
HexB7C7AB80E165e1449
Octal267307253100162613624111
Binary101101111100011110101011100001110101101011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C7AB; }

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

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

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

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

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

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

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

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