Html Css Color HEX #B3BDAB Pumice

📋 copy color: '#B3BDAB'

red 179 ◦ green 189 ◦ blue 171

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

Shades of Pumice #B3BDAB

Tints of Pumice #B3BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 33.21%
G = 35.06%
B = 31.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#B3BDAB (or 0xB3BDAB) is known color: Pumice. HEX triplet: B3, BD and AB. RGB value is (179,189,171). Sum of RGB (Red+Green+Blue) = 179+189+171=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDAB is #4C4254. Grayscale: #B8B8B8. Windows color (decimal): -4997717 or 11255219. OLE color: 11255219.

HSL color Cylindrical-coordinate representation of color #B3BDAB: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3BDAB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 171 -
CMYK 0.05 0 0.10 0.26
HSL 93.33º 0.12% 0.71% -
HSV(B) 93.33º 0.1% 0.74% -
XYZ 44.14 48.92 45.64 -
YUV 183.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 179 189 171 0.05 0 0.10 0.26 93.33 0.12 0.71
Hex B3 BD AB 5 0 A 1A 5D C 47
Octal 263 275 253 5 0 12 32 135 14 107
Binary 10110011 10111101 10101011 101 0 1010 11010 1011101 1100 1000111

Color Harmonies of #B3BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BDAB

Black with #B3BDAB

Text Example


Text Example

White with #B3BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BDAB; }

 p { color: rgb(179,189,171); }

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

background-color css

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

 a { background-color: rgb(179,189,171); }

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

border-color css

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

 span { border-color: rgb(179,189,171); }

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