#9DBBAD

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

Shades of Skeptic #9DBBAD

Tints of Skeptic #9DBBAD

Color information

#9DBBAD (or 0x9DBBAD) is unknown color: approx Skeptic. HEX triplet: 9D, BB and AD. RGB value is (157,187,173). Sum of RGB (Red+Green+Blue) = 157+187+173=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBAD is #624452. Grayscale: #B0B0B0. Windows color (decimal): -6440019 or 11385757. OLE color: 11385757.

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

Color convert

RGB157187173-
CMYK0.1600.070.27
HSL152º18.07%67.45%-
HSV(B)152º16.04%73.33%-
XYZ39.2245.7346.29-
YUV176.43126.06114.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=30.37%
G=36.17%
B=33.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871730.1600.070.2715218.0767.45
Hex9DBBAD10071B981243
Octal23527325520073323022103
Binary1001110110111011101011011000001111101110011000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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