Html Css Color HEX #B6C9AB Pumice

📋 copy color: '#B6C9AB'

red 182 ◦ green 201 ◦ blue 171

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

Shades of Pumice #B6C9AB

Tints of Pumice #B6C9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.28%

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

R = 32.85%
G = 36.28%
B = 30.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#B6C9AB (or 0xB6C9AB) is known color: Pumice. HEX triplet: B6, C9 and AB. RGB value is (182,201,171). Sum of RGB (Red+Green+Blue) = 182+201+171=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C9AB is #493654. Grayscale: #C0C0C0. Windows color (decimal): -4798037 or 11258294. OLE color: 11258294.

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

Color convert

RGB 182 201 171 -
CMYK 0.09 0 0.15 0.21
HSL 98º 0.22% 0.73% -
HSV(B) 98º 0.15% 0.79% -
XYZ 47.53 54.66 46.57 -
YUV 191.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 182 201 171 0.09 0 0.15 0.21 98 0.22 0.73
Hex B6 C9 AB 9 0 F 15 62 16 49
Octal 266 311 253 11 0 17 25 142 26 111
Binary 10110110 11001001 10101011 1001 0 1111 10101 1100010 10110 1001001

Color Harmonies of #B6C9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C9AB

Black with #B6C9AB

Text Example


Text Example

White with #B6C9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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