#98ABBA

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

Shades of Nepal #98ABBA

Tints of Nepal #98ABBA

Color information

#98ABBA (or 0x98ABBA) is unknown color: approx Nepal. HEX triplet: 98, AB and BA. RGB value is (152,171,186). Sum of RGB (Red+Green+Blue) = 152+171+186=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #98ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBA is #675445. Grayscale: #A6A6A6. Windows color (decimal): -6771782 or 12233624. OLE color: 12233624.

HSL color Cylindrical-coordinate representation of color #98ABBA: hue angle of 206.47º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98ABBA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152171186-
CMYK0.180.0800.27
HSL206.47º19.77%66.27%-
HSV(B)206.47º18.28%72.94%-
XYZ36.3739.3552.13-
YUV167.03138.71117.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=29.86%
G=33.60%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521711860.180.0800.27206.4719.7766.27
Hex98ABBA12801Bce1442
Octal230253272221003331624102
Binary10011000101010111011101010010100001101111001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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