#9FBAAC

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

Shades of Skeptic #9FBAAC

Tints of Skeptic #9FBAAC

Color information

#9FBAAC (or 0x9FBAAC) is unknown color: approx Skeptic. HEX triplet: 9F, BA and AC. RGB value is (159,186,172). Sum of RGB (Red+Green+Blue) = 159+186+172=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAAC is #604553. Grayscale: #B0B0B0. Windows color (decimal): -6309204 or 11319967. OLE color: 11319967.

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

Color convert

RGB159186172-
CMYK0.1500.080.27
HSL148.89º16.36%67.65%-
HSV(B)148.89º14.52%72.94%-
XYZ39.345.4745.73-
YUV176.33125.55115.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=30.75%
G=35.98%
B=33.27%

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
Decimal1591861720.1500.080.27148.8916.3667.65
Hex9FBAACF081B951044
Octal237272254170103322520104
Binary1001111110111010101011001111010001101110010101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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