#9CBBAC

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

Shades of Skeptic #9CBBAC

Tints of Skeptic #9CBBAC

Color information

#9CBBAC (or 0x9CBBAC) is unknown color: approx Skeptic. HEX triplet: 9C, BB and AC. RGB value is (156,187,172). Sum of RGB (Red+Green+Blue) = 156+187+172=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBBAC is #634453. Grayscale: #B0B0B0. Windows color (decimal): -6505556 or 11320220. OLE color: 11320220.

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

Color convert

RGB156187172-
CMYK0.1700.080.27
HSL150.97º18.56%67.25%-
HSV(B)150.97º16.58%73.33%-
XYZ38.9345.5945.78-
YUV176.02125.73113.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=30.29%
G=36.31%
B=33.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871720.1700.080.27150.9718.5667.25
Hex9CBBAC11081B971343
Octal234273254210103322723103
Binary10011100101110111010110010001010001101110010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,172); }

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

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

 a { background-color: rgb(156,187,172); }

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

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

 span { border-color: rgb(156,187,172); }

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