#98ADBE

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

Shades of Nepal #98ADBE

Tints of Nepal #98ADBE

Color information

#98ADBE (or 0x98ADBE) is unknown color: approx Nepal. HEX triplet: 98, AD and BE. RGB value is (152,173,190). Sum of RGB (Red+Green+Blue) = 152+173+190=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #98ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADBE is #675241. Grayscale: #A8A8A8. Windows color (decimal): -6771266 or 12496280. OLE color: 12496280.

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

Color convert

RGB152173190-
CMYK0.20.0900.25
HSL206.84º22.62%67.06%-
HSV(B)206.84º20%74.51%-
XYZ37.1940.2854.53-
YUV168.66140.04116.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=29.51%
G=33.59%
B=36.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521731900.20.0900.25206.8422.6267.06
Hex98ADBE149019cf1743
Octal230255276241103131727103
Binary10011000101011011011111010100100101100111001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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