#C6D1BA

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

Shades of Pumice #C6D1BA

Tints of Pumice #C6D1BA

Color information

#C6D1BA (or 0xC6D1BA) is unknown color: approx Pumice. HEX triplet: C6, D1 and BA. RGB value is (198,209,186). Sum of RGB (Red+Green+Blue) = 198+209+186=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1BA is #392E45. Grayscale: #CBCBCB. Windows color (decimal): -3747398 or 12243398. OLE color: 12243398.

HSL color Cylindrical-coordinate representation of color #C6D1BA: hue angle of 88.7º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D1BA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB198209186-
CMYK0.0500.110.18
HSL88.7º20%77.45%-
HSV(B)88.7º11%81.96%-
XYZ54.9561.1555.36-
YUV203.09118.36124.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=33.39%
G=35.24%
B=31.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982091860.0500.110.1888.72077.45
HexC6D1BA50B1259144d
Octal30632127250132213124115
Binary11000110110100011011101010101011100101011001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1BA; }

 p { color: rgb(198,209,186); }

 H1.HeaderClassName
 {
   color: #C6D1BA;
 }
 .AnyTagClassName
 {
   color: #C6D1BA;
 }
</style>
background-color css

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

 a { background-color: rgb(198,209,186); }

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

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

 span { border-color: rgb(198,209,186); }

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