Html Css Color HEX #98AAB6 Nepal

📋 copy color: '#98AAB6'

red 152 ◦ green 170 ◦ blue 182

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

Shades of Nepal #98AAB6

Tints of Nepal #98AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

 BLUE value IS 182 (71.48% from 255) = 36.11%

R = 30.16%
G = 33.73%
B = 36.11%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#98AAB6 (or 0x98AAB6) is known color: Nepal. HEX triplet: 98, AA and B6. RGB value is (152,170,182). Sum of RGB (Red+Green+Blue) = 152+170+182=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #98AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AAB6 is #675549. Grayscale: #A5A5A5. Windows color (decimal): -6772042 or 11971224. OLE color: 11971224.

HSL color Cylindrical-coordinate representation of color #98AAB6: hue angle of 204º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98AAB6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 170 182 -
CMYK 0.16 0.07 0 0.29
HSL 204º 0.17% 0.65% -
HSV(B) 204º 0.16% 0.71% -
XYZ 35.77 38.8 49.86 -
YUV 165.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 152 170 182 0.16 0.07 0 0.29 204 0.17 0.65
Hex 98 AA B6 10 7 0 1D CC 11 41
Octal 230 252 266 20 7 0 35 314 21 101
Binary 10011000 10101010 10110110 10000 111 0 11101 11001100 10001 1000001

Color Harmonies of #98AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AAB6

Black with #98AAB6

Text Example


Text Example

White with #98AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,182); }

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

background-color css

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

 a { background-color: rgb(152,170,182); }

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

border-color css

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

 span { border-color: rgb(152,170,182); }

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