Html Css Color HEX #B3BFAC Pumice

📋 copy color: '#B3BFAC'

red 179 ◦ green 191 ◦ blue 172

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

Shades of Pumice #B3BFAC

Tints of Pumice #B3BFAC

RGB

 RED value IS 179 (70.31% from 255) = 33.03%

 GREEN value IS 191 (75% from 255) = 35.24%

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

R = 33.03%
G = 35.24%
B = 31.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B3BFAC (or 0xB3BFAC) is known color: Pumice. HEX triplet: B3, BF and AC. RGB value is (179,191,172). Sum of RGB (Red+Green+Blue) = 179+191+172=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFAC is #4C4053. Grayscale: #B9B9B9. Windows color (decimal): -4997204 or 11321267. OLE color: 11321267.

HSL color Cylindrical-coordinate representation of color #B3BFAC: hue angle of 97.89º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3BFAC is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 191 172 -
CMYK 0.06 0 0.10 0.25
HSL 97.89º 0.13% 0.71% -
HSV(B) 97.89º 0.1% 0.75% -
XYZ 44.67 49.82 46.29 -
YUV 185.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 179 191 172 0.06 0 0.10 0.25 97.89 0.13 0.71
Hex B3 BF AC 6 0 A 19 62 D 47
Octal 263 277 254 6 0 12 31 142 15 107
Binary 10110011 10111111 10101100 110 0 1010 11001 1100010 1101 1000111

Color Harmonies of #B3BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BFAC

Black with #B3BFAC

Text Example


Text Example

White with #B3BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BFAC; }

 p { color: rgb(179,191,172); }

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

background-color css

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

 a { background-color: rgb(179,191,172); }

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

border-color css

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

 span { border-color: rgb(179,191,172); }

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