Html Css Color HEX #98ABC0 Nepal

📋 copy color: '#98ABC0'

red 152 ◦ green 171 ◦ blue 192

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

Shades of Nepal #98ABC0

Tints of Nepal #98ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

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

R = 29.51%
G = 33.2%
B = 37.28%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98ABC0 (or 0x98ABC0) is known color: Nepal. HEX triplet: 98, AB and C0. RGB value is (152,171,192). Sum of RGB (Red+Green+Blue) = 152+171+192=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #98ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABC0 is #67543F. Grayscale: #A7A7A7. Windows color (decimal): -6771776 or 12626840. OLE color: 12626840.

HSL color Cylindrical-coordinate representation of color #98ABC0: hue angle of 211.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 #98ABC0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 171 192 -
CMYK 0.21 0.11 0 0.25
HSL 211.5º 0.24% 0.67% -
HSV(B) 211.5º 0.21% 0.75% -
XYZ 37.03 39.61 55.56 -
YUV 167.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 152 171 192 0.21 0.11 0 0.25 211.5 0.24 0.67
Hex 98 AB C0 15 B 0 19 D4 18 43
Octal 230 253 300 25 13 0 31 324 30 103
Binary 10011000 10101011 11000000 10101 1011 0 11001 11010100 11000 1000011

Color Harmonies of #98ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABC0

Black with #98ABC0

Text Example


Text Example

White with #98ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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