#99BBAC

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

Shades of Skeptic #99BBAC

Tints of Skeptic #99BBAC

Color information

#99BBAC (or 0x99BBAC) is unknown color: approx Skeptic. HEX triplet: 99, BB and AC. RGB value is (153,187,172). Sum of RGB (Red+Green+Blue) = 153+187+172=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBAC is #664453. Grayscale: #AFAFAF. Windows color (decimal): -6702164 or 11320217. OLE color: 11320217.

HSL color Cylindrical-coordinate representation of color #99BBAC: hue angle of 153.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBAC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB153187172-
CMYK0.1800.080.27
HSL153.53º20%66.67%-
HSV(B)153.53º18.18%73.33%-
XYZ38.3545.2945.75-
YUV175.12126.24112.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=29.88%
G=36.52%
B=33.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871720.1800.080.27153.532066.67
Hex99BBAC12081B9a1443
Octal231273254220103323224103
Binary10011001101110111010110010010010001101110011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BBAC; }

 p { color: rgb(153,187,172); }

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

<style>
 a { background-color: #99BBAC; }

 a { background-color: rgb(153,187,172); }

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

<style>
 span { border-color: #99BBAC; }

 span { border-color: rgb(153,187,172); }

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