#9CBAAF

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

Shades of Skeptic #9CBAAF

Tints of Skeptic #9CBAAF

Color information

#9CBAAF (or 0x9CBAAF) is unknown color: approx Skeptic. HEX triplet: 9C, BA and AF. RGB value is (156,186,175). Sum of RGB (Red+Green+Blue) = 156+186+175=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAAF is #634550. Grayscale: #AFAFAF. Windows color (decimal): -6505809 or 11516572. OLE color: 11516572.

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

Color convert

RGB156186175-
CMYK0.1600.060.27
HSL158º17.86%67.06%-
HSV(B)158º16.13%72.94%-
XYZ39.0145.2847.24-
YUV175.78127.56113.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=30.17%
G=35.98%
B=33.85%

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
Decimal1561861750.1600.060.2715817.8667.06
Hex9CBAAF10061B9e1243
Octal23427225720063323622103
Binary1001110010111010101011111000001101101110011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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