#99BBAB

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

Shades of Skeptic #99BBAB

Tints of Skeptic #99BBAB

Color information

#99BBAB (or 0x99BBAB) is unknown color: approx Skeptic. HEX triplet: 99, BB and AB. RGB value is (153,187,171). Sum of RGB (Red+Green+Blue) = 153+187+171=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBAB is #664454. Grayscale: #AFAFAF. Windows color (decimal): -6702165 or 11254681. OLE color: 11254681.

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

Color convert

RGB153187171-
CMYK0.1800.090.27
HSL151.76º20%66.67%-
HSV(B)151.76º18.18%73.33%-
XYZ38.2645.2545.25-
YUV175.01125.74112.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=29.94%
G=36.59%
B=33.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871710.1800.090.27151.762066.67
Hex99BBAB12091B981443
Octal231273253220113323024103
Binary10011001101110111010101110010010011101110011000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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