#9DBCAD

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

Shades of Skeptic #9DBCAD

Tints of Skeptic #9DBCAD

Color information

#9DBCAD (or 0x9DBCAD) is unknown color: approx Skeptic. HEX triplet: 9D, BC and AD. RGB value is (157,188,173). Sum of RGB (Red+Green+Blue) = 157+188+173=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBCAD is #624352. Grayscale: #B1B1B1. Windows color (decimal): -6439763 or 11386013. OLE color: 11386013.

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

Color convert

RGB157188173-
CMYK0.1600.080.26
HSL150.97º18.79%67.65%-
HSV(B)150.97º16.49%73.73%-
XYZ39.4346.1546.37-
YUV177.02125.73113.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=30.31%
G=36.29%
B=33.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881730.1600.080.26150.9718.7967.65
Hex9DBCAD10081A971344
Octal235274255200103222723104
Binary10011101101111001010110110000010001101010010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,188,173); }

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

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

 a { background-color: rgb(157,188,173); }

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

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

 span { border-color: rgb(157,188,173); }

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