#9CBCAD

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

Shades of Skeptic #9CBCAD

Tints of Skeptic #9CBCAD

Color information

#9CBCAD (or 0x9CBCAD) is unknown color: approx Skeptic. HEX triplet: 9C, BC and AD. RGB value is (156,188,173). Sum of RGB (Red+Green+Blue) = 156+188+173=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCAD is #634352. Grayscale: #B0B0B0. Windows color (decimal): -6505299 or 11386012. OLE color: 11386012.

HSL color Cylindrical-coordinate representation of color #9CBCAD: hue angle of 151.87º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCAD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB156188173-
CMYK0.1700.080.26
HSL151.87º19.28%67.45%-
HSV(B)151.87º17.02%73.73%-
XYZ39.2446.0546.36-
YUV176.72125.9113.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=30.17%
G=36.36%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881730.1700.080.26151.8719.2867.45
Hex9CBCAD11081A981343
Octal234274255210103223023103
Binary10011100101111001010110110001010001101010011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBCAD; }

 p { color: rgb(156,188,173); }

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

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

 a { background-color: rgb(156,188,173); }

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

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

 span { border-color: rgb(156,188,173); }

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