#9FBBAC

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

Shades of Skeptic #9FBBAC

Tints of Skeptic #9FBBAC

Color information

#9FBBAC (or 0x9FBBAC) is unknown color: approx Skeptic. HEX triplet: 9F, BB and AC. RGB value is (159,187,172). Sum of RGB (Red+Green+Blue) = 159+187+172=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBAC is #604453. Grayscale: #B0B0B0. Windows color (decimal): -6308948 or 11320223. OLE color: 11320223.

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

Color convert

RGB159187172-
CMYK0.1500.080.27
HSL147.86º17.07%67.84%-
HSV(B)147.86º14.97%73.33%-
XYZ39.5145.8945.8-
YUV176.92125.22115.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=30.69%
G=36.10%
B=33.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871720.1500.080.27147.8617.0767.84
Hex9FBBACF081B941144
Octal237273254170103322421104
Binary1001111110111011101011001111010001101110010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,172); }

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

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

 a { background-color: rgb(159,187,172); }

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

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

 span { border-color: rgb(159,187,172); }

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