#98B6C5

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

Shades of Nepal #98B6C5

Tints of Nepal #98B6C5

Color information

#98B6C5 (or 0x98B6C5) is unknown color: approx Nepal. HEX triplet: 98, B6 and C5. RGB value is (152,182,197). Sum of RGB (Red+Green+Blue) = 152+182+197=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #98B6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B6C5 is #67493A. Grayscale: #AEAEAE. Windows color (decimal): -6768955 or 12957336. OLE color: 12957336.

HSL color Cylindrical-coordinate representation of color #98B6C5: hue angle of 200º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98B6C5 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152182197-
CMYK0.230.0800.23
HSL200º27.95%68.43%-
HSV(B)200º22.84%77.25%-
XYZ39.7544.1659.25-
YUV174.74140.56111.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=28.63%
G=34.27%
B=37.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521821970.230.0800.2320027.9568.43
Hex98B6C5178017c81c44
Octal230266305271002731034104
Binary10011000101101101100010110111100001011111001000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,182,197); }

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

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

 a { background-color: rgb(152,182,197); }

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

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

 span { border-color: rgb(152,182,197); }

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