#9BBAAB

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

Shades of Skeptic #9BBAAB

Tints of Skeptic #9BBAAB

Color information

#9BBAAB (or 0x9BBAAB) is unknown color: approx Skeptic. HEX triplet: 9B, BA and AB. RGB value is (155,186,171). Sum of RGB (Red+Green+Blue) = 155+186+171=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAAB is #644554. Grayscale: #AFAFAF. Windows color (decimal): -6571349 or 11254427. OLE color: 11254427.

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

Color convert

RGB155186171-
CMYK0.1700.080.27
HSL150.97º18.34%66.86%-
HSV(B)150.97º16.67%72.94%-
XYZ38.4345.0345.19-
YUV175.02125.73113.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=30.27%
G=36.33%
B=33.40%

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
Decimal1551861710.1700.080.27150.9718.3466.86
Hex9BBAAB11081B971243
Octal233272253210103322722103
Binary10011011101110101010101110001010001101110010111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,171); }

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

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

 a { background-color: rgb(155,186,171); }

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

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

 span { border-color: rgb(155,186,171); }

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