Html Css Color HEX #B2BCAA Pumice

📋 copy color: '#B2BCAA'

red 178 ◦ green 188 ◦ blue 170

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

Shades of Pumice #B2BCAA

Tints of Pumice #B2BCAA

RGB

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

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

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

R = 33.21%
G = 35.07%
B = 31.72%

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

#B2BCAA (or 0xB2BCAA) is known color: Pumice. HEX triplet: B2, BC and AA. RGB value is (178,188,170). Sum of RGB (Red+Green+Blue) = 178+188+170=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAA is #4D4355. Grayscale: #B7B7B7. Windows color (decimal): -5063510 or 11189426. OLE color: 11189426.

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

Color convert

RGB 178 188 170 -
CMYK 0.05 0 0.10 0.26
HSL 93.33º 0.12% 0.7% -
HSV(B) 93.33º 0.1% 0.74% -
XYZ 43.6 48.33 45.06 -
YUV 182.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 178 188 170 0.05 0 0.10 0.26 93.33 0.12 0.7
Hex B2 BC AA 5 0 A 1A 5D C 46
Octal 262 274 252 5 0 12 32 135 14 106
Binary 10110010 10111100 10101010 101 0 1010 11010 1011101 1100 1000110

Color Harmonies of #B2BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCAA

Black with #B2BCAA

Text Example


Text Example

White with #B2BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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