#9BBBA8

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

Shades of Skeptic #9BBBA8

Tints of Skeptic #9BBBA8

Color information

#9BBBA8 (or 0x9BBBA8) is unknown color: approx Skeptic. HEX triplet: 9B, BB and A8. RGB value is (155,187,168). Sum of RGB (Red+Green+Blue) = 155+187+168=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBA8 is #644457. Grayscale: #AFAFAF. Windows color (decimal): -6571096 or 11058075. OLE color: 11058075.

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

Color convert

RGB155187168-
CMYK0.1700.100.27
HSL144.37º19.05%67.06%-
HSV(B)144.37º17.11%73.33%-
XYZ38.3645.3443.78-
YUV175.27123.9113.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=30.39%
G=36.67%
B=32.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871680.1700.100.27144.3719.0567.06
Hex9BBBA8110A1B901343
Octal233273250210123322023103
Binary10011011101110111010100010001010101101110010000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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