#C6CCBF

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

Shades of Pumice #C6CCBF

Tints of Pumice #C6CCBF

Color information

#C6CCBF (or 0xC6CCBF) is unknown color: approx Pumice. HEX triplet: C6, CC and BF. RGB value is (198,204,191). Sum of RGB (Red+Green+Blue) = 198+204+191=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCBF is #393340. Grayscale: #C8C8C8. Windows color (decimal): -3748673 or 12569798. OLE color: 12569798.

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

Color convert

RGB198204191-
CMYK0.0300.060.2
HSL87.69º11.3%77.45%-
HSV(B)87.69º6.37%80%-
XYZ54.2958.9557.81-
YUV200.72122.51126.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 191 (75% from 255) = 32.21%
R=33.39%
G=34.40%
B=32.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982041910.0300.060.287.6911.377.45
HexC6CCBF3061458b4d
Octal3063142773062413013115
Binary11000110110011001011111111011010100101100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCBF; }

 p { color: rgb(198,204,191); }

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

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

 a { background-color: rgb(198,204,191); }

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

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

 span { border-color: rgb(198,204,191); }

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