Html Css Color HEX #B6C8AC Pumice

📋 copy color: '#B6C8AC'

red 182 ◦ green 200 ◦ blue 172

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

Shades of Pumice #B6C8AC

Tints of Pumice #B6C8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 32.85%
G = 36.1%
B = 31.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B6C8AC (or 0xB6C8AC) is known color: Pumice. HEX triplet: B6, C8 and AC. RGB value is (182,200,172). Sum of RGB (Red+Green+Blue) = 182+200+172=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C8AC is #493753. Grayscale: #BFBFBF. Windows color (decimal): -4798292 or 11323574. OLE color: 11323574.

HSL color Cylindrical-coordinate representation of color #B6C8AC: hue angle of 98.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6C8AC is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 172 -
CMYK 0.09 0 0.14 0.22
HSL 98.57º 0.2% 0.73% -
HSV(B) 98.57º 0.14% 0.78% -
XYZ 47.39 54.23 47 -
YUV 191.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 182 200 172 0.09 0 0.14 0.22 98.57 0.2 0.73
Hex B6 C8 AC 9 0 E 16 63 14 49
Octal 266 310 254 11 0 16 26 143 24 111
Binary 10110110 11001000 10101100 1001 0 1110 10110 1100011 10100 1001001

Color Harmonies of #B6C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8AC

Black with #B6C8AC

Text Example


Text Example

White with #B6C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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