#98B0BF

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

Shades of Nepal #98B0BF

Tints of Nepal #98B0BF

Color information

#98B0BF (or 0x98B0BF) is unknown color: approx Nepal. HEX triplet: 98, B0 and BF. RGB value is (152,176,191). Sum of RGB (Red+Green+Blue) = 152+176+191=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0BF is #674F40. Grayscale: #AAAAAA. Windows color (decimal): -6770497 or 12562584. OLE color: 12562584.

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

Color convert

RGB152176191-
CMYK0.200.0800.25
HSL203.08º23.35%67.25%-
HSV(B)203.08º20.42%74.9%-
XYZ37.8841.4955.3-
YUV170.53139.55114.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 191 (75% from 255) = 36.80%
R=29.29%
G=33.91%
B=36.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521761910.200.0800.25203.0823.3567.25
Hex98B0BF148019cb1743
Octal230260277241003131327103
Binary10011000101100001011111110100100001100111001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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