#98ABBF

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

Shades of Nepal #98ABBF

Tints of Nepal #98ABBF

Color information

#98ABBF (or 0x98ABBF) is unknown color: approx Nepal. HEX triplet: 98, AB and BF. RGB value is (152,171,191). Sum of RGB (Red+Green+Blue) = 152+171+191=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #98ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBF is #675440. Grayscale: #A7A7A7. Windows color (decimal): -6771777 or 12561304. OLE color: 12561304.

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

Color convert

RGB152171191-
CMYK0.200.1000.25
HSL210.77º23.35%67.25%-
HSV(B)210.77º20.42%74.9%-
XYZ36.9239.5654.98-
YUV167.6141.21116.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 37.16%
R=29.57%
G=33.27%
B=37.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521711910.200.1000.25210.7723.3567.25
Hex98ABBF14A019d31743
Octal230253277241203132327103
Binary10011000101010111011111110100101001100111010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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