Html Css Color HEX #98ADB9 Nepal

📋 copy color: '#98ADB9'

red 152 ◦ green 173 ◦ blue 185

#98ADB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #98ADB9

Tints of Nepal #98ADB9

RGB

 RED value IS 152 (59.77% from 255) = 29.8%

 GREEN value IS 173 (67.97% from 255) = 33.92%

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 29.8%
G = 33.92%
B = 36.27%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#98ADB9 (or 0x98ADB9) is known color: Nepal. HEX triplet: 98, AD and B9. RGB value is (152,173,185). Sum of RGB (Red+Green+Blue) = 152+173+185=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #98ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB9 is #675246. Grayscale: #A8A8A8. Windows color (decimal): -6771271 or 12168600. OLE color: 12168600.

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

Color convert

RGB 152 173 185 -
CMYK 0.18 0.06 0 0.27
HSL 201.82º 0.19% 0.66% -
HSV(B) 201.82º 0.18% 0.73% -
XYZ 36.65 40.07 51.7 -
YUV 168.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 152 173 185 0.18 0.06 0 0.27 201.82 0.19 0.66
Hex 98 AD B9 12 6 0 1B CA 13 42
Octal 230 255 271 22 6 0 33 312 23 102
Binary 10011000 10101101 10111001 10010 110 0 11011 11001010 10011 1000010

Color Harmonies of #98ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADB9

Black with #98ADB9

Text Example


Text Example

White with #98ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98ADB9;
 }
 .AnyTagClassName
 {
   color: #98ADB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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