#98BAAE

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

Shades of Skeptic #98BAAE

Tints of Skeptic #98BAAE

Color information

#98BAAE (or 0x98BAAE) is unknown color: approx Skeptic. HEX triplet: 98, BA and AE. RGB value is (152,186,174). Sum of RGB (Red+Green+Blue) = 152+186+174=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAAE is #674551. Grayscale: #AEAEAE. Windows color (decimal): -6767954 or 11451032. OLE color: 11451032.

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

Color convert

RGB152186174-
CMYK0.1800.060.27
HSL158.82º19.77%66.27%-
HSV(B)158.82º18.28%72.94%-
XYZ38.1544.8546.69-
YUV174.47127.74111.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=29.69%
G=36.33%
B=33.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861740.1800.060.27158.8219.7766.27
Hex98BAAE12061B9f1442
Octal23027225622063323724102
Binary1001100010111010101011101001001101101110011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BAAE; }

 p { color: rgb(152,186,174); }

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

<style>
 a { background-color: #98BAAE; }

 a { background-color: rgb(152,186,174); }

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

<style>
 span { border-color: #98BAAE; }

 span { border-color: rgb(152,186,174); }

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