Html Css Color HEX #B8C7AC Pumice

📋 copy color: '#B8C7AC'

red 184 ◦ green 199 ◦ blue 172

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

Shades of Pumice #B8C7AC

Tints of Pumice #B8C7AC

RGB

 RED value IS 184 (72.27% from 255) = 33.15%

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

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

R = 33.15%
G = 35.86%
B = 30.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B8C7AC (or 0xB8C7AC) is known color: Pumice. HEX triplet: B8, C7 and AC. RGB value is (184,199,172). Sum of RGB (Red+Green+Blue) = 184+199+172=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C7AC is #473853. Grayscale: #BFBFBF. Windows color (decimal): -4667476 or 11323320. OLE color: 11323320.

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

Color convert

RGB 184 199 172 -
CMYK 0.08 0 0.14 0.22
HSL 93.33º 0.19% 0.73% -
HSV(B) 93.33º 0.14% 0.78% -
XYZ 47.64 54.02 46.95 -
YUV 191.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 184 199 172 0.08 0 0.14 0.22 93.33 0.19 0.73
Hex B8 C7 AC 8 0 E 16 5D 13 49
Octal 270 307 254 10 0 16 26 135 23 111
Binary 10111000 11000111 10101100 1000 0 1110 10110 1011101 10011 1001001

Color Harmonies of #B8C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C7AC

Black with #B8C7AC

Text Example


Text Example

White with #B8C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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