#99BDAB

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

Shades of Skeptic #99BDAB

Tints of Skeptic #99BDAB

Color information

#99BDAB (or 0x99BDAB) is unknown color: approx Skeptic. HEX triplet: 99, BD and AB. RGB value is (153,189,171). Sum of RGB (Red+Green+Blue) = 153+189+171=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #99BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BDAB is #664254. Grayscale: #B0B0B0. Windows color (decimal): -6701653 or 11255193. OLE color: 11255193.

HSL color Cylindrical-coordinate representation of color #99BDAB: hue angle of 150º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BDAB is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB153189171-
CMYK0.1900.100.26
HSL150º21.43%67.06%-
HSV(B)150º19.05%74.12%-
XYZ38.6946.1145.39-
YUV176.18125.07111.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=29.82%
G=36.84%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531891710.1900.100.2615021.4367.06
Hex99BDAB130A1A961543
Octal231275253230123222625103
Binary10011001101111011010101110011010101101010010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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