Html Css Color HEX #B9C7AC Pumice

📋 copy color: '#B9C7AC'

red 185 ◦ green 199 ◦ blue 172

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

Shades of Pumice #B9C7AC

Tints of Pumice #B9C7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.79%

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 33.27%
G = 35.79%
B = 30.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B9C7AC (or 0xB9C7AC) is known color: Pumice. HEX triplet: B9, C7 and AC. RGB value is (185,199,172). Sum of RGB (Red+Green+Blue) = 185+199+172=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C7AC is #463853. Grayscale: #BFBFBF. Windows color (decimal): -4601940 or 11323321. OLE color: 11323321.

HSL color Cylindrical-coordinate representation of color #B9C7AC: hue angle of 91.11º degrees, saturation: 0.19, 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 #B9C7AC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 199 172 -
CMYK 0.07 0 0.14 0.22
HSL 91.11º 0.19% 0.73% -
HSV(B) 91.11º 0.14% 0.78% -
XYZ 47.88 54.14 46.96 -
YUV 191.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 185 199 172 0.07 0 0.14 0.22 91.11 0.19 0.73
Hex B9 C7 AC 7 0 E 16 5B 13 49
Octal 271 307 254 7 0 16 26 133 23 111
Binary 10111001 11000111 10101100 111 0 1110 10110 1011011 10011 1001001

Color Harmonies of #B9C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C7AC

Black with #B9C7AC

Text Example


Text Example

White with #B9C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C7AC; }

 p { color: rgb(185,199,172); }

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

background-color css

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

 a { background-color: rgb(185,199,172); }

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

border-color css

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

 span { border-color: rgb(185,199,172); }

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