Html Css Color HEX #B9C2B1 Pumice

📋 copy color: '#B9C2B1'

red 185 ◦ green 194 ◦ blue 177

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

Shades of Pumice #B9C2B1

Tints of Pumice #B9C2B1

RGB

 RED value IS 185 (72.66% from 255) = 33.27%

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

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

R = 33.27%
G = 34.89%
B = 31.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B9C2B1 (or 0xB9C2B1) is known color: Pumice. HEX triplet: B9, C2 and B1. RGB value is (185,194,177). Sum of RGB (Red+Green+Blue) = 185+194+177=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2B1 is #463D4E. Grayscale: #BDBDBD. Windows color (decimal): -4603215 or 11649721. OLE color: 11649721.

HSL color Cylindrical-coordinate representation of color #B9C2B1: hue angle of 91.76º 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 #B9C2B1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 177 -
CMYK 0.05 0 0.09 0.24
HSL 91.76º 0.12% 0.73% -
HSV(B) 91.76º 0.09% 0.76% -
XYZ 47.24 52.07 49.16 -
YUV 189.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 185 194 177 0.05 0 0.09 0.24 91.76 0.12 0.73
Hex B9 C2 B1 5 0 9 18 5C C 49
Octal 271 302 261 5 0 11 30 134 14 111
Binary 10111001 11000010 10110001 101 0 1001 11000 1011100 1100 1001001

Color Harmonies of #B9C2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2B1

Black with #B9C2B1

Text Example


Text Example

White with #B9C2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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