Html Css Color HEX #98ADC0 Nepal

📋 copy color: '#98ADC0'

red 152 ◦ green 173 ◦ blue 192

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

Shades of Nepal #98ADC0

Tints of Nepal #98ADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 29.4%
G = 33.46%
B = 37.14%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98ADC0 (or 0x98ADC0) is known color: Nepal. HEX triplet: 98, AD and C0. RGB value is (152,173,192). Sum of RGB (Red+Green+Blue) = 152+173+192=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #98ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADC0 is #67523F. Grayscale: #A8A8A8. Windows color (decimal): -6771264 or 12627352. OLE color: 12627352.

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

Color convert

RGB 152 173 192 -
CMYK 0.21 0.10 0 0.25
HSL 208.5º 0.24% 0.67% -
HSV(B) 208.5º 0.21% 0.75% -
XYZ 37.41 40.37 55.69 -
YUV 168.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 152 173 192 0.21 0.10 0 0.25 208.5 0.24 0.67
Hex 98 AD C0 15 A 0 19 D0 18 43
Octal 230 255 300 25 12 0 31 320 30 103
Binary 10011000 10101101 11000000 10101 1010 0 11001 11010000 11000 1000011

Color Harmonies of #98ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADC0

Black with #98ADC0

Text Example


Text Example

White with #98ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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