Html Css Color HEX #B2BDAC Pumice

📋 copy color: '#B2BDAC'

red 178 ◦ green 189 ◦ blue 172

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

Shades of Pumice #B2BDAC

Tints of Pumice #B2BDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 33.02%
G = 35.06%
B = 31.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#B2BDAC (or 0xB2BDAC) is known color: Pumice. HEX triplet: B2, BD and AC. RGB value is (178,189,172). Sum of RGB (Red+Green+Blue) = 178+189+172=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDAC is #4D4253. Grayscale: #B7B7B7. Windows color (decimal): -5063252 or 11320754. OLE color: 11320754.

HSL color Cylindrical-coordinate representation of color #B2BDAC: hue angle of 98.82º 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 #B2BDAC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 172 -
CMYK 0.06 0 0.09 0.26
HSL 98.82º 0.11% 0.71% -
HSV(B) 98.82º 0.09% 0.74% -
XYZ 44 48.84 46.14 -
YUV 183.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 178 189 172 0.06 0 0.09 0.26 98.82 0.11 0.71
Hex B2 BD AC 6 0 9 1A 63 B 47
Octal 262 275 254 6 0 11 32 143 13 107
Binary 10110010 10111101 10101100 110 0 1001 11010 1100011 1011 1000111

Color Harmonies of #B2BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDAC

Black with #B2BDAC

Text Example


Text Example

White with #B2BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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