Html Css Color HEX #B6C8AB Pumice

📋 copy color: '#B6C8AB'

red 182 ◦ green 200 ◦ blue 171

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

Shades of Pumice #B6C8AB

Tints of Pumice #B6C8AB

RGB

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

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

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

R = 32.91%
G = 36.17%
B = 30.92%

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

#B6C8AB (or 0xB6C8AB) is known color: Pumice. HEX triplet: B6, C8 and AB. RGB value is (182,200,171). Sum of RGB (Red+Green+Blue) = 182+200+171=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C8AB is #493754. Grayscale: #BFBFBF. Windows color (decimal): -4798293 or 11258038. OLE color: 11258038.

HSL color Cylindrical-coordinate representation of color #B6C8AB: hue angle of 97.24º degrees, saturation: 0.21, 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 #B6C8AB is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 171 -
CMYK 0.09 0 0.14 0.22
HSL 97.24º 0.21% 0.73% -
HSV(B) 97.24º 0.15% 0.78% -
XYZ 47.3 54.19 46.5 -
YUV 191.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 182 200 171 0.09 0 0.14 0.22 97.24 0.21 0.73
Hex B6 C8 AB 9 0 E 16 61 15 49
Octal 266 310 253 11 0 16 26 141 25 111
Binary 10110110 11001000 10101011 1001 0 1110 10110 1100001 10101 1001001

Color Harmonies of #B6C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8AB

Black with #B6C8AB

Text Example


Text Example

White with #B6C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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