#C5CCBF

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

Shades of Pumice #C5CCBF

Tints of Pumice #C5CCBF

Color information

#C5CCBF (or 0xC5CCBF) is unknown color: approx Pumice. HEX triplet: C5, CC and BF. RGB value is (197,204,191). Sum of RGB (Red+Green+Blue) = 197+204+191=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBF is #3A3340. Grayscale: #C8C8C8. Windows color (decimal): -3814209 or 12569797. OLE color: 12569797.

HSL color Cylindrical-coordinate representation of color #C5CCBF: hue angle of 92.31º 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 #C5CCBF is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB197204191-
CMYK0.0300.060.2
HSL92.31º11.3%77.45%-
HSV(B)92.31º6.37%80%-
XYZ54.0258.8257.8-
YUV200.42122.68125.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 191 (75% from 255) = 32.26%
R=33.28%
G=34.46%
B=32.26%

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
Decimal1972041910.0300.060.292.3111.377.45
HexC5CCBF306145cb4d
Octal3053142773062413413115
Binary11000101110011001011111111011010100101110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCBF; }

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

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

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

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

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

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

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

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