#9BBCAF

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

Shades of Skeptic #9BBCAF

Tints of Skeptic #9BBCAF

Color information

#9BBCAF (or 0x9BBCAF) is unknown color: approx Skeptic. HEX triplet: 9B, BC and AF. RGB value is (155,188,175). Sum of RGB (Red+Green+Blue) = 155+188+175=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCAF is #644350. Grayscale: #B0B0B0. Windows color (decimal): -6570833 or 11517083. OLE color: 11517083.

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

Color convert

RGB155188175-
CMYK0.1800.070.26
HSL156.36º19.76%67.25%-
HSV(B)156.36º17.55%73.73%-
XYZ39.2446.0347.37-
YUV176.65127.07112.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=29.92%
G=36.29%
B=33.78%

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
Decimal1551881750.1800.070.26156.3619.7667.25
Hex9BBCAF12071A9c1443
Octal23327425722073223424103
Binary1001101110111100101011111001001111101010011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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