#9CBDAE

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

Shades of Skeptic #9CBDAE

Tints of Skeptic #9CBDAE

Color information

#9CBDAE (or 0x9CBDAE) is unknown color: approx Skeptic. HEX triplet: 9C, BD and AE. RGB value is (156,189,174). Sum of RGB (Red+Green+Blue) = 156+189+174=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBDAE is #634251. Grayscale: #B1B1B1. Windows color (decimal): -6505042 or 11451804. OLE color: 11451804.

HSL color Cylindrical-coordinate representation of color #9CBDAE: hue angle of 152.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBDAE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB156189174-
CMYK0.1700.080.26
HSL152.73º20%67.65%-
HSV(B)152.73º17.46%74.12%-
XYZ39.5546.5246.94-
YUV177.42126.07112.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=30.06%
G=36.42%
B=33.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891740.1700.080.26152.732067.65
Hex9CBDAE11081A991444
Octal234275256210103223124104
Binary10011100101111011010111010001010001101010011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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