Html Css Color HEX #98B0C1 Nepal

📋 copy color: '#98B0C1'

red 152 ◦ green 176 ◦ blue 193

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

Shades of Nepal #98B0C1

Tints of Nepal #98B0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 29.17%
G = 33.78%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98B0C1 (or 0x98B0C1) is known color: Nepal. HEX triplet: 98, B0 and C1. RGB value is (152,176,193). Sum of RGB (Red+Green+Blue) = 152+176+193=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #98B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0C1 is #674F3E. Grayscale: #AAAAAA. Windows color (decimal): -6770495 or 12693656. OLE color: 12693656.

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

Color convert

RGB 152 176 193 -
CMYK 0.21 0.09 0 0.24
HSL 204.88º 0.25% 0.68% -
HSV(B) 204.88º 0.21% 0.76% -
XYZ 38.1 41.58 56.47 -
YUV 170.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 152 176 193 0.21 0.09 0 0.24 204.88 0.25 0.68
Hex 98 B0 C1 15 9 0 18 CD 19 44
Octal 230 260 301 25 11 0 30 315 31 104
Binary 10011000 10110000 11000001 10101 1001 0 11000 11001101 11001 1000100

Color Harmonies of #98B0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B0C1

Black with #98B0C1

Text Example


Text Example

White with #98B0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,176,193); }

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

background-color css

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

 a { background-color: rgb(152,176,193); }

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

border-color css

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

 span { border-color: rgb(152,176,193); }

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