#98B3BF

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

Shades of Nepal #98B3BF

Tints of Nepal #98B3BF

Color information

#98B3BF (or 0x98B3BF) is unknown color: approx Nepal. HEX triplet: 98, B3 and BF. RGB value is (152,179,191). Sum of RGB (Red+Green+Blue) = 152+179+191=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3BF is #674C40. Grayscale: #ACACAC. Windows color (decimal): -6769729 or 12563352. OLE color: 12563352.

HSL color Cylindrical-coordinate representation of color #98B3BF: hue angle of 198.46º 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 #98B3BF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152179191-
CMYK0.200.0600.25
HSL198.46º23.35%67.25%-
HSV(B)198.46º20.42%74.9%-
XYZ38.4742.6855.5-
YUV172.3138.55113.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 36.59%
R=29.12%
G=34.29%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521791910.200.0600.25198.4623.3567.25
Hex98B3BF146019c61743
Octal23026327724603130627103
Binary1001100010110011101111111010011001100111000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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