Html Css Color HEX #B9C4B1 Pumice

📋 copy color: '#B9C4B1'

red 185 ◦ green 196 ◦ blue 177

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

Shades of Pumice #B9C4B1

Tints of Pumice #B9C4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

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

R = 33.15%
G = 35.13%
B = 31.72%

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

#B9C4B1 (or 0xB9C4B1) is known color: Pumice. HEX triplet: B9, C4 and B1. RGB value is (185,196,177). Sum of RGB (Red+Green+Blue) = 185+196+177=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C4B1 is #463B4E. Grayscale: #BEBEBE. Windows color (decimal): -4602703 or 11650233. OLE color: 11650233.

HSL color Cylindrical-coordinate representation of color #B9C4B1: hue angle of 94.74º degrees, saturation: 0.14, 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 #B9C4B1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 177 -
CMYK 0.06 0 0.10 0.23
HSL 94.74º 0.14% 0.73% -
HSV(B) 94.74º 0.1% 0.77% -
XYZ 47.68 52.97 49.31 -
YUV 190.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 185 196 177 0.06 0 0.10 0.23 94.74 0.14 0.73
Hex B9 C4 B1 6 0 A 17 5F E 49
Octal 271 304 261 6 0 12 27 137 16 111
Binary 10111001 11000100 10110001 110 0 1010 10111 1011111 1110 1001001

Color Harmonies of #B9C4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C4B1

Black with #B9C4B1

Text Example


Text Example

White with #B9C4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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