#9BBCAE

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

Shades of Skeptic #9BBCAE

Tints of Skeptic #9BBCAE

Color information

#9BBCAE (or 0x9BBCAE) is unknown color: approx Skeptic. HEX triplet: 9B, BC and AE. RGB value is (155,188,174). Sum of RGB (Red+Green+Blue) = 155+188+174=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCAE is #644351. Grayscale: #B0B0B0. Windows color (decimal): -6570834 or 11451547. OLE color: 11451547.

HSL color Cylindrical-coordinate representation of color #9BBCAE: hue angle of 154.55º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBCAE is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB155188174-
CMYK0.1800.070.26
HSL154.55º19.76%67.25%-
HSV(B)154.55º17.55%73.73%-
XYZ39.1445.9946.86-
YUV176.54126.57112.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=29.98%
G=36.36%
B=33.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881740.1800.070.26154.5519.7667.25
Hex9BBCAE12071A9b1443
Octal23327425622073223324103
Binary1001101110111100101011101001001111101010011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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