#98AEBE

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

Shades of Nepal #98AEBE

Tints of Nepal #98AEBE

Color information

#98AEBE (or 0x98AEBE) is unknown color: approx Nepal. HEX triplet: 98, AE and BE. RGB value is (152,174,190). Sum of RGB (Red+Green+Blue) = 152+174+190=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #98AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEBE is #675141. Grayscale: #A9A9A9. Windows color (decimal): -6771010 or 12496536. OLE color: 12496536.

HSL color Cylindrical-coordinate representation of color #98AEBE: hue angle of 205.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98AEBE is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152174190-
CMYK0.20.0800.25
HSL205.26º22.62%67.06%-
HSV(B)205.26º20%74.51%-
XYZ37.3840.6754.59-
YUV169.25139.71115.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=29.46%
G=33.72%
B=36.82%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521741900.20.0800.25205.2622.6267.06
Hex98AEBE148019cd1743
Octal230256276241003131527103
Binary10011000101011101011111010100100001100111001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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