#B6C9AB

Color #B6C9AB Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B6C9AB

Tints of Pumice #B6C9AB

Color information

#B6C9AB (or 0xB6C9AB) is unknown color: approx 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

RGB182201171-
CMYK0.0900.150.21
HSL98º21.74%72.94%-
HSV(B)98º14.93%78.82%-
XYZ47.5354.6646.57-
YUV191.9116.21120.94-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822011710.0900.150.219821.7472.94
HexB6C9AB90F15621649
Octal266311253110172514226111
Binary101101101100100110101011100101111101011100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>