Html Css Color HEX #B6C2AC Pumice

📋 copy color: '#B6C2AC'

red 182 ◦ green 194 ◦ blue 172

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

Shades of Pumice #B6C2AC

Tints of Pumice #B6C2AC

RGB

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

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

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

R = 33.21%
G = 35.4%
B = 31.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#B6C2AC (or 0xB6C2AC) is known color: Pumice. HEX triplet: B6, C2 and AC. RGB value is (182,194,172). Sum of RGB (Red+Green+Blue) = 182+194+172=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AC is #493D53. Grayscale: #BBBBBB. Windows color (decimal): -4799828 or 11322038. OLE color: 11322038.

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

Color convert

RGB 182 194 172 -
CMYK 0.06 0 0.11 0.24
HSL 92.73º 0.15% 0.72% -
HSV(B) 92.73º 0.11% 0.76% -
XYZ 46.03 51.51 46.55 -
YUV 187.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 182 194 172 0.06 0 0.11 0.24 92.73 0.15 0.72
Hex B6 C2 AC 6 0 B 18 5D F 48
Octal 266 302 254 6 0 13 30 135 17 110
Binary 10110110 11000010 10101100 110 0 1011 11000 1011101 1111 1001000

Color Harmonies of #B6C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2AC

Black with #B6C2AC

Text Example


Text Example

White with #B6C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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