Html Css Color HEX #98B1C1 Nepal

📋 copy color: '#98B1C1'

red 152 ◦ green 177 ◦ blue 193

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

Shades of Nepal #98B1C1

Tints of Nepal #98B1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

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

R = 29.12%
G = 33.91%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98B1C1 (or 0x98B1C1) is known color: Nepal. HEX triplet: 98, B1 and C1. RGB value is (152,177,193). Sum of RGB (Red+Green+Blue) = 152+177+193=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #98B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1C1 is #674E3E. Grayscale: #ABABAB. Windows color (decimal): -6770239 or 12693912. OLE color: 12693912.

HSL color Cylindrical-coordinate representation of color #98B1C1: hue angle of 203.41º 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 #98B1C1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 177 193 -
CMYK 0.21 0.08 0 0.24
HSL 203.41º 0.25% 0.68% -
HSV(B) 203.41º 0.21% 0.76% -
XYZ 38.3 41.97 56.53 -
YUV 171.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 152 177 193 0.21 0.08 0 0.24 203.41 0.25 0.68
Hex 98 B1 C1 15 8 0 18 CB 19 44
Octal 230 261 301 25 10 0 30 313 31 104
Binary 10011000 10110001 11000001 10101 1000 0 11000 11001011 11001 1000100

Color Harmonies of #98B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B1C1

Black with #98B1C1

Text Example


Text Example

White with #98B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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