Html Css Color HEX #B2BCAC Pumice

📋 copy color: '#B2BCAC'

red 178 ◦ green 188 ◦ blue 172

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

Shades of Pumice #B2BCAC

Tints of Pumice #B2BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 172 (67.58% from 255) = 31.97%

R = 33.09%
G = 34.94%
B = 31.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#B2BCAC (or 0xB2BCAC) is known color: Pumice. HEX triplet: B2, BC and AC. RGB value is (178,188,172). Sum of RGB (Red+Green+Blue) = 178+188+172=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAC is #4D4353. Grayscale: #B7B7B7. Windows color (decimal): -5063508 or 11320498. OLE color: 11320498.

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

Color convert

RGB 178 188 172 -
CMYK 0.05 0 0.09 0.26
HSL 97.5º 0.11% 0.71% -
HSV(B) 97.5º 0.09% 0.74% -
XYZ 43.79 48.41 46.07 -
YUV 183.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 178 188 172 0.05 0 0.09 0.26 97.5 0.11 0.71
Hex B2 BC AC 5 0 9 1A 62 B 47
Octal 262 274 254 5 0 11 32 142 13 107
Binary 10110010 10111100 10101100 101 0 1001 11010 1100010 1011 1000111

Color Harmonies of #B2BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCAC

Black with #B2BCAC

Text Example


Text Example

White with #B2BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCAC; }

 p { color: rgb(178,188,172); }

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

background-color css

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

 a { background-color: rgb(178,188,172); }

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

border-color css

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

 span { border-color: rgb(178,188,172); }

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