Html Css Color HEX #B6C2AD Pumice

📋 copy color: '#B6C2AD'

red 182 ◦ green 194 ◦ blue 173

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

Shades of Pumice #B6C2AD

Tints of Pumice #B6C2AD

RGB

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

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

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

R = 33.15%
G = 35.34%
B = 31.51%

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

#B6C2AD (or 0xB6C2AD) is known color: Pumice. HEX triplet: B6, C2 and AD. RGB value is (182,194,173). Sum of RGB (Red+Green+Blue) = 182+194+173=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AD is #493D52. Grayscale: #BCBCBC. Windows color (decimal): -4799827 or 11387574. OLE color: 11387574.

HSL color Cylindrical-coordinate representation of color #B6C2AD: hue angle of 94.29º 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 #B6C2AD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 173 -
CMYK 0.06 0 0.11 0.24
HSL 94.29º 0.15% 0.72% -
HSV(B) 94.29º 0.11% 0.76% -
XYZ 46.13 51.55 47.05 -
YUV 188.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 182 194 173 0.06 0 0.11 0.24 94.29 0.15 0.72
Hex B6 C2 AD 6 0 B 18 5E F 48
Octal 266 302 255 6 0 13 30 136 17 110
Binary 10110110 11000010 10101101 110 0 1011 11000 1011110 1111 1001000

Color Harmonies of #B6C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C2AD

Black with #B6C2AD

Text Example


Text Example

White with #B6C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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