#98B1BC

Color #98B1BC Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #98B1BC

Tints of Nepal #98B1BC

Color information

#98B1BC (or 0x98B1BC) is unknown color: approx Nepal. HEX triplet: 98, B1 and BC. RGB value is (152,177,188). Sum of RGB (Red+Green+Blue) = 152+177+188=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #98B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1BC is #674E43. Grayscale: #AAAAAA. Windows color (decimal): -6770244 or 12366232. OLE color: 12366232.

HSL color Cylindrical-coordinate representation of color #98B1BC: hue angle of 198.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98B1BC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152177188-
CMYK0.190.0600.26
HSL198.33º21.18%66.67%-
HSV(B)198.33º19.15%73.73%-
XYZ37.7541.7553.65-
YUV170.78137.72114.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=29.40%
G=34.24%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521771880.190.0600.26198.3321.1866.67
Hex98B1BC13601Ac61543
Octal23026127423603230625103
Binary1001100010110001101111001001111001101011000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B1BC;
 }
 .AnyTagClassName
 {
   color: #98B1BC;
 }
</style>
background-color css

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

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

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

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

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

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