#9CBCAF

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

Shades of Skeptic #9CBCAF

Tints of Skeptic #9CBCAF

Color information

#9CBCAF (or 0x9CBCAF) is unknown color: approx Skeptic. HEX triplet: 9C, BC and AF. RGB value is (156,188,175). Sum of RGB (Red+Green+Blue) = 156+188+175=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCAF is #634350. Grayscale: #B0B0B0. Windows color (decimal): -6505297 or 11517084. OLE color: 11517084.

HSL color Cylindrical-coordinate representation of color #9CBCAF: hue angle of 155.62º 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 #9CBCAF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB156188175-
CMYK0.1700.070.26
HSL155.62º19.28%67.45%-
HSV(B)155.62º17.02%73.73%-
XYZ39.4346.1347.38-
YUV176.95126.9113.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=30.06%
G=36.22%
B=33.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881750.1700.070.26155.6219.2867.45
Hex9CBCAF11071A9c1343
Octal23427425721073223423103
Binary1001110010111100101011111000101111101010011100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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