Html Css Color HEX #B2BFAA Pumice

📋 copy color: '#B2BFAA'

red 178 ◦ green 191 ◦ blue 170

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

Shades of Pumice #B2BFAA

Tints of Pumice #B2BFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 33.02%
G = 35.44%
B = 31.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B2BFAA (or 0xB2BFAA) is known color: Pumice. HEX triplet: B2, BF and AA. RGB value is (178,191,170). Sum of RGB (Red+Green+Blue) = 178+191+170=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFAA is #4D4055. Grayscale: #B8B8B8. Windows color (decimal): -5062742 or 11190194. OLE color: 11190194.

HSL color Cylindrical-coordinate representation of color #B2BFAA: hue angle of 97.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BFAA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 170 -
CMYK 0.07 0 0.11 0.25
HSL 97.14º 0.14% 0.71% -
HSV(B) 97.14º 0.11% 0.75% -
XYZ 44.25 49.63 45.28 -
YUV 184.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 178 191 170 0.07 0 0.11 0.25 97.14 0.14 0.71
Hex B2 BF AA 7 0 B 19 61 E 47
Octal 262 277 252 7 0 13 31 141 16 107
Binary 10110010 10111111 10101010 111 0 1011 11001 1100001 1110 1000111

Color Harmonies of #B2BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFAA

Black with #B2BFAA

Text Example


Text Example

White with #B2BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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