Html Css Color HEX #98ADB7 Nepal

📋 copy color: '#98ADB7'

red 152 ◦ green 173 ◦ blue 183

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

Shades of Nepal #98ADB7

Tints of Nepal #98ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 29.92%
G = 34.06%
B = 36.02%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#98ADB7 (or 0x98ADB7) is known color: Nepal. HEX triplet: 98, AD and B7. RGB value is (152,173,183). Sum of RGB (Red+Green+Blue) = 152+173+183=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #98ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADB7 is #675248. Grayscale: #A7A7A7. Windows color (decimal): -6771273 or 12037528. OLE color: 12037528.

HSL color Cylindrical-coordinate representation of color #98ADB7: hue angle of 199.35º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98ADB7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 173 183 -
CMYK 0.17 0.05 0 0.28
HSL 199.35º 0.18% 0.66% -
HSV(B) 199.35º 0.17% 0.72% -
XYZ 36.44 39.98 50.6 -
YUV 167.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 152 173 183 0.17 0.05 0 0.28 199.35 0.18 0.66
Hex 98 AD B7 11 5 0 1C C7 12 42
Octal 230 255 267 21 5 0 34 307 22 102
Binary 10011000 10101101 10110111 10001 101 0 11100 11000111 10010 1000010

Color Harmonies of #98ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADB7

Black with #98ADB7

Text Example


Text Example

White with #98ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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