#9BBAAE

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

Shades of Skeptic #9BBAAE

Tints of Skeptic #9BBAAE

Color information

#9BBAAE (or 0x9BBAAE) is unknown color: approx Skeptic. HEX triplet: 9B, BA and AE. RGB value is (155,186,174). Sum of RGB (Red+Green+Blue) = 155+186+174=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAAE is #644551. Grayscale: #AFAFAF. Windows color (decimal): -6571346 or 11451035. OLE color: 11451035.

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

Color convert

RGB155186174-
CMYK0.1700.060.27
HSL156.77º18.34%66.86%-
HSV(B)156.77º16.67%72.94%-
XYZ38.7245.1446.72-
YUV175.36127.23113.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.10%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=30.10%
G=36.12%
B=33.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861740.1700.060.27156.7718.3466.86
Hex9BBAAE11061B9d1243
Octal23327225621063323522103
Binary1001101110111010101011101000101101101110011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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