Html Css Color HEX #B2BCAB Pumice

📋 copy color: '#B2BCAB'

red 178 ◦ green 188 ◦ blue 171

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

Shades of Pumice #B2BCAB

Tints of Pumice #B2BCAB

RGB

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

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

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

R = 33.15%
G = 35.01%
B = 31.84%

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

#B2BCAB (or 0xB2BCAB) is known color: Pumice. HEX triplet: B2, BC and AB. RGB value is (178,188,171). Sum of RGB (Red+Green+Blue) = 178+188+171=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAB is #4D4354. Grayscale: #B7B7B7. Windows color (decimal): -5063509 or 11254962. OLE color: 11254962.

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

Color convert

RGB 178 188 171 -
CMYK 0.05 0 0.09 0.26
HSL 95.29º 0.11% 0.7% -
HSV(B) 95.29º 0.09% 0.74% -
XYZ 43.69 48.37 45.56 -
YUV 183.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 178 188 171 0.05 0 0.09 0.26 95.29 0.11 0.7
Hex B2 BC AB 5 0 9 1A 5F B 46
Octal 262 274 253 5 0 11 32 137 13 106
Binary 10110010 10111100 10101011 101 0 1001 11010 1011111 1011 1000110

Color Harmonies of #B2BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCAB

Black with #B2BCAB

Text Example


Text Example

White with #B2BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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