#9FBDAD

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

Shades of Skeptic #9FBDAD

Tints of Skeptic #9FBDAD

Color information

#9FBDAD (or 0x9FBDAD) is unknown color: approx Skeptic. HEX triplet: 9F, BD and AD. RGB value is (159,189,173). Sum of RGB (Red+Green+Blue) = 159+189+173=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDAD is #604252. Grayscale: #B2B2B2. Windows color (decimal): -6308435 or 11386271. OLE color: 11386271.

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

Color convert

RGB159189173-
CMYK0.1600.080.26
HSL148º18.52%68.24%-
HSV(B)148º15.87%74.12%-
XYZ40.0446.7846.45-
YUV178.21125.06114.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=30.52%
G=36.28%
B=33.21%

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
Decimal1591891730.1600.080.2614818.5268.24
Hex9FBDAD10081A941344
Octal237275255200103222423104
Binary10011111101111011010110110000010001101010010100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,173); }

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

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

 a { background-color: rgb(159,189,173); }

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

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

 span { border-color: rgb(159,189,173); }

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