#9CBAAE

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

Shades of Skeptic #9CBAAE

Tints of Skeptic #9CBAAE

Color information

#9CBAAE (or 0x9CBAAE) is unknown color: approx Skeptic. HEX triplet: 9C, BA and AE. RGB value is (156,186,174). Sum of RGB (Red+Green+Blue) = 156+186+174=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAAE is #634551. Grayscale: #AFAFAF. Windows color (decimal): -6505810 or 11451036. OLE color: 11451036.

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

Color convert

RGB156186174-
CMYK0.1600.060.27
HSL156º17.86%67.06%-
HSV(B)156º16.13%72.94%-
XYZ38.9145.2446.73-
YUV175.66127.06113.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=30.23%
G=36.05%
B=33.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861740.1600.060.2715617.8667.06
Hex9CBAAE10061B9c1243
Octal23427225620063323422103
Binary1001110010111010101011101000001101101110011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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