#98AEBA

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

Shades of Nepal #98AEBA

Tints of Nepal #98AEBA

Color information

#98AEBA (or 0x98AEBA) is unknown color: approx Nepal. HEX triplet: 98, AE and BA. RGB value is (152,174,186). Sum of RGB (Red+Green+Blue) = 152+174+186=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #98AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEBA is #675145. Grayscale: #A8A8A8. Windows color (decimal): -6771014 or 12234392. OLE color: 12234392.

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

Color convert

RGB152174186-
CMYK0.180.0600.27
HSL201.18º19.77%66.27%-
HSV(B)201.18º18.28%72.94%-
XYZ36.9540.4952.32-
YUV168.79137.71116.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521741860.180.0600.27201.1819.7766.27
Hex98AEBA12601Bc91442
Octal23025627222603331124102
Binary1001100010101110101110101001011001101111001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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