#9BBCAB

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

Shades of Skeptic #9BBCAB

Tints of Skeptic #9BBCAB

Color information

#9BBCAB (or 0x9BBCAB) is unknown color: approx Skeptic. HEX triplet: 9B, BC and AB. RGB value is (155,188,171). Sum of RGB (Red+Green+Blue) = 155+188+171=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCAB is #644354. Grayscale: #B0B0B0. Windows color (decimal): -6570837 or 11254939. OLE color: 11254939.

HSL color Cylindrical-coordinate representation of color #9BBCAB: hue angle of 149.09º 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 #9BBCAB is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB155188171-
CMYK0.1800.090.26
HSL149.09º19.76%67.25%-
HSV(B)149.09º17.55%73.73%-
XYZ38.8545.8845.34-
YUV176.2125.07112.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=30.16%
G=36.58%
B=33.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881710.1800.090.26149.0919.7667.25
Hex9BBCAB12091A951443
Octal233274253220113222524103
Binary10011011101111001010101110010010011101010010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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