Html Css Color HEX #B2BFAB Pumice

📋 copy color: '#B2BFAB'

red 178 ◦ green 191 ◦ blue 171

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

Shades of Pumice #B2BFAB

Tints of Pumice #B2BFAB

RGB

 RED value IS 178 (69.92% from 255) = 32.96%

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

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

R = 32.96%
G = 35.37%
B = 31.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B2BFAB (or 0xB2BFAB) is known color: Pumice. HEX triplet: B2, BF and AB. RGB value is (178,191,171). Sum of RGB (Red+Green+Blue) = 178+191+171=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFAB is #4D4054. Grayscale: #B8B8B8. Windows color (decimal): -5062741 or 11255730. OLE color: 11255730.

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

Color convert

RGB 178 191 171 -
CMYK 0.07 0 0.10 0.25
HSL 99º 0.14% 0.71% -
HSV(B) 99º 0.1% 0.75% -
XYZ 44.34 49.67 45.78 -
YUV 184.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 178 191 171 0.07 0 0.10 0.25 99 0.14 0.71
Hex B2 BF AB 7 0 A 19 63 E 47
Octal 262 277 253 7 0 12 31 143 16 107
Binary 10110010 10111111 10101011 111 0 1010 11001 1100011 1110 1000111

Color Harmonies of #B2BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFAB

Black with #B2BFAB

Text Example


Text Example

White with #B2BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFAB; }

 p { color: rgb(178,191,171); }

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

background-color css

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

 a { background-color: rgb(178,191,171); }

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

border-color css

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

 span { border-color: rgb(178,191,171); }

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