Html Css Color HEX #B2BFA9 Pumice

📋 copy color: '#B2BFA9'

red 178 ◦ green 191 ◦ blue 169

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

Shades of Pumice #B2BFA9

Tints of Pumice #B2BFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.41%

R = 33.09%
G = 35.5%
B = 31.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B2BFA9 (or 0xB2BFA9) is known color: Pumice. HEX triplet: B2, BF and A9. RGB value is (178,191,169). Sum of RGB (Red+Green+Blue) = 178+191+169=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFA9 is #4D4056. Grayscale: #B8B8B8. Windows color (decimal): -5062743 or 11124658. OLE color: 11124658.

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

Color convert

RGB 178 191 169 -
CMYK 0.07 0 0.12 0.25
HSL 95.45º 0.15% 0.71% -
HSV(B) 95.45º 0.12% 0.75% -
XYZ 44.15 49.59 44.78 -
YUV 184.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 178 191 169 0.07 0 0.12 0.25 95.45 0.15 0.71
Hex B2 BF A9 7 0 C 19 5F F 47
Octal 262 277 251 7 0 14 31 137 17 107
Binary 10110010 10111111 10101001 111 0 1100 11001 1011111 1111 1000111

Color Harmonies of #B2BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFA9

Black with #B2BFA9

Text Example


Text Example

White with #B2BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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