Html Css Color HEX #B6C2AB Pumice

📋 copy color: '#B6C2AB'

red 182 ◦ green 194 ◦ blue 171

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

Shades of Pumice #B6C2AB

Tints of Pumice #B6C2AB

RGB

 RED value IS 182 (71.48% from 255) = 33.27%

 GREEN value IS 194 (76.17% from 255) = 35.47%

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

R = 33.27%
G = 35.47%
B = 31.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#B6C2AB (or 0xB6C2AB) is known color: Pumice. HEX triplet: B6, C2 and AB. RGB value is (182,194,171). Sum of RGB (Red+Green+Blue) = 182+194+171=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AB is #493D54. Grayscale: #BBBBBB. Windows color (decimal): -4799829 or 11256502. OLE color: 11256502.

HSL color Cylindrical-coordinate representation of color #B6C2AB: hue angle of 91.3º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C2AB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 171 -
CMYK 0.06 0 0.12 0.24
HSL 91.3º 0.16% 0.72% -
HSV(B) 91.3º 0.12% 0.76% -
XYZ 45.93 51.47 46.04 -
YUV 187.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 182 194 171 0.06 0 0.12 0.24 91.3 0.16 0.72
Hex B6 C2 AB 6 0 C 18 5B 10 48
Octal 266 302 253 6 0 14 30 133 20 110
Binary 10110110 11000010 10101011 110 0 1100 11000 1011011 10000 1001000

Color Harmonies of #B6C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2AB

Black with #B6C2AB

Text Example


Text Example

White with #B6C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2AB; }

 p { color: rgb(182,194,171); }

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

background-color css

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

 a { background-color: rgb(182,194,171); }

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

border-color css

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

 span { border-color: rgb(182,194,171); }

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