#9CBBAE

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

Shades of Skeptic #9CBBAE

Tints of Skeptic #9CBBAE

Color information

#9CBBAE (or 0x9CBBAE) is unknown color: approx Skeptic. HEX triplet: 9C, BB and AE. RGB value is (156,187,174). Sum of RGB (Red+Green+Blue) = 156+187+174=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBBAE is #634451. Grayscale: #B0B0B0. Windows color (decimal): -6505554 or 11451292. OLE color: 11451292.

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

Color convert

RGB156187174-
CMYK0.1700.070.27
HSL154.84º18.56%67.25%-
HSV(B)154.84º16.58%73.33%-
XYZ39.1245.6646.8-
YUV176.25126.73113.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=30.17%
G=36.17%
B=33.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871740.1700.070.27154.8418.5667.25
Hex9CBBAE11071B9b1343
Octal23427325621073323323103
Binary1001110010111011101011101000101111101110011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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