Html Css Color HEX #B6C5AD Pumice

📋 copy color: '#B6C5AD'

red 182 ◦ green 197 ◦ blue 173

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

Shades of Pumice #B6C5AD

Tints of Pumice #B6C5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 32.97%
G = 35.69%
B = 31.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#B6C5AD (or 0xB6C5AD) is known color: Pumice. HEX triplet: B6, C5 and AD. RGB value is (182,197,173). Sum of RGB (Red+Green+Blue) = 182+197+173=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C5AD is #493A52. Grayscale: #BDBDBD. Windows color (decimal): -4799059 or 11388342. OLE color: 11388342.

HSL color Cylindrical-coordinate representation of color #B6C5AD: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C5AD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 197 173 -
CMYK 0.08 0 0.12 0.23
HSL 97.5º 0.17% 0.73% -
HSV(B) 97.5º 0.12% 0.77% -
XYZ 46.8 52.89 47.28 -
YUV 189.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 182 197 173 0.08 0 0.12 0.23 97.5 0.17 0.73
Hex B6 C5 AD 8 0 C 17 62 11 49
Octal 266 305 255 10 0 14 27 142 21 111
Binary 10110110 11000101 10101101 1000 0 1100 10111 1100010 10001 1001001

Color Harmonies of #B6C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C5AD

Black with #B6C5AD

Text Example


Text Example

White with #B6C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C5AD; }

 p { color: rgb(182,197,173); }

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

background-color css

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

 a { background-color: rgb(182,197,173); }

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

border-color css

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

 span { border-color: rgb(182,197,173); }

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