Html Css Color HEX #B7C2B1 Pumice

📋 copy color: '#B7C2B1'

red 183 ◦ green 194 ◦ blue 177

#B7C2B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumice #B7C2B1

Tints of Pumice #B7C2B1

RGB

 RED value IS 183 (71.88% from 255) = 33.03%

 GREEN value IS 194 (76.17% from 255) = 35.02%

 BLUE value IS 177 (69.53% from 255) = 31.95%

R = 33.03%
G = 35.02%
B = 31.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B7C2B1 (or 0xB7C2B1) is known color: Pumice. HEX triplet: B7, C2 and B1. RGB value is (183,194,177). Sum of RGB (Red+Green+Blue) = 183+194+177=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C2B1 is #483D4E. Grayscale: #BCBCBC. Windows color (decimal): -4734287 or 11649719. OLE color: 11649719.

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

Color convert

RGB 183 194 177 -
CMYK 0.06 0 0.09 0.24
HSL 98.82º 0.12% 0.73% -
HSV(B) 98.82º 0.09% 0.76% -
XYZ 46.76 51.83 49.13 -
YUV 188.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 183 194 177 0.06 0 0.09 0.24 98.82 0.12 0.73
Hex B7 C2 B1 6 0 9 18 63 C 49
Octal 267 302 261 6 0 11 30 143 14 111
Binary 10110111 11000010 10110001 110 0 1001 11000 1100011 1100 1001001

Color Harmonies of #B7C2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C2B1

Black with #B7C2B1

Text Example


Text Example

White with #B7C2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C2B1; }

 p { color: rgb(183,194,177); }

 H1.HeaderClassName
 {
   color: #B7C2B1;
 }
 .AnyTagClassName
 {
   color: #B7C2B1;
 }
</style>

background-color css

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

 a { background-color: rgb(183,194,177); }

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

border-color css

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

 span { border-color: rgb(183,194,177); }

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