Html Css Color HEX #B3BBAF Pumice

📋 copy color: '#B3BBAF'

red 179 ◦ green 187 ◦ blue 175

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

Shades of Pumice #B3BBAF

Tints of Pumice #B3BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 33.09%
G = 34.57%
B = 32.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B3BBAF (or 0xB3BBAF) is known color: Pumice. HEX triplet: B3, BB and AF. RGB value is (179,187,175). Sum of RGB (Red+Green+Blue) = 179+187+175=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BBAF is #4C4450. Grayscale: #B7B7B7. Windows color (decimal): -4998225 or 11516851. OLE color: 11516851.

HSL color Cylindrical-coordinate representation of color #B3BBAF: hue angle of 100º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BBAF is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 187 175 -
CMYK 0.04 0 0.06 0.27
HSL 100º 0.08% 0.71% -
HSV(B) 100º 0.06% 0.73% -
XYZ 44.1 48.22 47.54 -
YUV 183.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 179 187 175 0.04 0 0.06 0.27 100 0.08 0.71
Hex B3 BB AF 4 0 6 1B 64 8 47
Octal 263 273 257 4 0 6 33 144 10 107
Binary 10110011 10111011 10101111 100 0 110 11011 1100100 1000 1000111

Color Harmonies of #B3BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBAF

Black with #B3BBAF

Text Example


Text Example

White with #B3BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBAF; }

 p { color: rgb(179,187,175); }

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

background-color css

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

 a { background-color: rgb(179,187,175); }

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

border-color css

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

 span { border-color: rgb(179,187,175); }

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