#98A9BA

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

Shades of Nepal #98A9BA

Tints of Nepal #98A9BA

Color information

#98A9BA (or 0x98A9BA) is unknown color: approx Nepal. HEX triplet: 98, A9 and BA. RGB value is (152,169,186). Sum of RGB (Red+Green+Blue) = 152+169+186=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #98A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9BA is #675645. Grayscale: #A5A5A5. Windows color (decimal): -6772294 or 12233112. OLE color: 12233112.

HSL color Cylindrical-coordinate representation of color #98A9BA: hue angle of 210º 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 #98A9BA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152169186-
CMYK0.180.0900.27
HSL210º19.77%66.27%-
HSV(B)210º18.28%72.94%-
XYZ3638.652.01-
YUV165.86139.37118.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=29.98%
G=33.33%
B=36.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521691860.180.0900.2721019.7766.27
Hex98A9BA12901Bd21442
Octal230251272221103332224102
Binary10011000101010011011101010010100101101111010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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