Html Css Color HEX #B9C5B1 Pumice

📋 copy color: '#B9C5B1'

red 185 ◦ green 197 ◦ blue 177

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

Shades of Pumice #B9C5B1

Tints of Pumice #B9C5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

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

R = 33.09%
G = 35.24%
B = 31.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#B9C5B1 (or 0xB9C5B1) is known color: Pumice. HEX triplet: B9, C5 and B1. RGB value is (185,197,177). Sum of RGB (Red+Green+Blue) = 185+197+177=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5B1 is #463A4E. Grayscale: #BFBFBF. Windows color (decimal): -4602447 or 11650489. OLE color: 11650489.

HSL color Cylindrical-coordinate representation of color #B9C5B1: hue angle of 96º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C5B1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 177 -
CMYK 0.06 0 0.10 0.23
HSL 96º 0.15% 0.73% -
HSV(B) 96º 0.1% 0.77% -
XYZ 47.91 53.42 49.38 -
YUV 191.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 185 197 177 0.06 0 0.10 0.23 96 0.15 0.73
Hex B9 C5 B1 6 0 A 17 60 F 49
Octal 271 305 261 6 0 12 27 140 17 111
Binary 10111001 11000101 10110001 110 0 1010 10111 1100000 1111 1001001

Color Harmonies of #B9C5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C5B1

Black with #B9C5B1

Text Example


Text Example

White with #B9C5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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