#9BBBAC

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

Shades of Skeptic #9BBBAC

Tints of Skeptic #9BBBAC

Color information

#9BBBAC (or 0x9BBBAC) is unknown color: approx Skeptic. HEX triplet: 9B, BB and AC. RGB value is (155,187,172). Sum of RGB (Red+Green+Blue) = 155+187+172=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBAC is #644453. Grayscale: #AFAFAF. Windows color (decimal): -6571092 or 11320219. OLE color: 11320219.

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

Color convert

RGB155187172-
CMYK0.1700.080.27
HSL151.87º19.05%67.06%-
HSV(B)151.87º17.11%73.33%-
XYZ38.7345.4945.77-
YUV175.72125.9113.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=30.16%
G=36.38%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871720.1700.080.27151.8719.0567.06
Hex9BBBAC11081B981343
Octal233273254210103323023103
Binary10011011101110111010110010001010001101110011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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