#98B1BF

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

Shades of Nepal #98B1BF

Tints of Nepal #98B1BF

Color information

#98B1BF (or 0x98B1BF) is unknown color: approx Nepal. HEX triplet: 98, B1 and BF. RGB value is (152,177,191). Sum of RGB (Red+Green+Blue) = 152+177+191=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1BF is #674E40. Grayscale: #ABABAB. Windows color (decimal): -6770241 or 12562840. OLE color: 12562840.

HSL color Cylindrical-coordinate representation of color #98B1BF: hue angle of 201.54º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98B1BF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152177191-
CMYK0.200.0700.25
HSL201.54º23.35%67.25%-
HSV(B)201.54º20.42%74.9%-
XYZ38.0841.8855.37-
YUV171.12139.22114.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 191 (75% from 255) = 36.73%
R=29.23%
G=34.04%
B=36.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521771910.200.0700.25201.5423.3567.25
Hex98B1BF147019ca1743
Octal23026127724703131227103
Binary1001100010110001101111111010011101100111001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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