#C2CCBB

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

Shades of Pumice #C2CCBB

Tints of Pumice #C2CCBB

Color information

#C2CCBB (or 0xC2CCBB) is unknown color: approx Pumice. HEX triplet: C2, CC and BB. RGB value is (194,204,187). Sum of RGB (Red+Green+Blue) = 194+204+187=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBB is #3D3344. Grayscale: #C7C7C7. Windows color (decimal): -4010821 or 12307650. OLE color: 12307650.

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

Color convert

RGB194204187-
CMYK0.0500.080.2
HSL95.29º14.29%76.67%-
HSV(B)95.29º8.33%80%-
XYZ52.8158.2455.47-
YUV199.07121.19124.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=33.16%
G=34.87%
B=31.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041870.0500.080.295.2914.2976.67
HexC2CCBB508145fe4d
Octal30231427350102413716115
Binary1100001011001100101110111010100010100101111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCBB; }

 p { color: rgb(194,204,187); }

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

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

 a { background-color: rgb(194,204,187); }

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

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

 span { border-color: rgb(194,204,187); }

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