#98AEBF

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

Shades of Nepal #98AEBF

Tints of Nepal #98AEBF

Color information

#98AEBF (or 0x98AEBF) is unknown color: approx Nepal. HEX triplet: 98, AE and BF. RGB value is (152,174,191). Sum of RGB (Red+Green+Blue) = 152+174+191=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #98AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEBF is #675140. Grayscale: #A9A9A9. Windows color (decimal): -6771009 or 12562072. OLE color: 12562072.

HSL color Cylindrical-coordinate representation of color #98AEBF: hue angle of 206.15º 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 #98AEBF is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152174191-
CMYK0.200.0900.25
HSL206.15º23.35%67.25%-
HSV(B)206.15º20.42%74.9%-
XYZ37.4940.7155.17-
YUV169.36140.21115.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 191 (75% from 255) = 36.94%
R=29.40%
G=33.66%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521741910.200.0900.25206.1523.3567.25
Hex98AEBF149019ce1743
Octal230256277241103131627103
Binary10011000101011101011111110100100101100111001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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