#96BAAD

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

Shades of Skeptic #96BAAD

Tints of Skeptic #96BAAD

Color information

#96BAAD (or 0x96BAAD) is unknown color: approx Skeptic. HEX triplet: 96, BA and AD. RGB value is (150,186,173). Sum of RGB (Red+Green+Blue) = 150+186+173=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAAD is #694552. Grayscale: #ADADAD. Windows color (decimal): -6899027 or 11385494. OLE color: 11385494.

HSL color Cylindrical-coordinate representation of color #96BAAD: hue angle of 158.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BAAD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB150186173-
CMYK0.1900.070.27
HSL158.33º20.69%65.88%-
HSV(B)158.33º19.35%72.94%-
XYZ37.6844.6246.16-
YUV173.75127.57111.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=29.47%
G=36.54%
B=33.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501861730.1900.070.27158.3320.6965.88
Hex96BAAD13071B9e1542
Octal22627225523073323625102
Binary1001011010111010101011011001101111101110011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BAAD; }

 p { color: rgb(150,186,173); }

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

<style>
 a { background-color: #96BAAD; }

 a { background-color: rgb(150,186,173); }

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

<style>
 span { border-color: #96BAAD; }

 span { border-color: rgb(150,186,173); }

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