#98ABBE

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

Shades of Nepal #98ABBE

Tints of Nepal #98ABBE

Color information

#98ABBE (or 0x98ABBE) is unknown color: approx Nepal. HEX triplet: 98, AB and BE. RGB value is (152,171,190). Sum of RGB (Red+Green+Blue) = 152+171+190=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #98ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBE is #675441. Grayscale: #A7A7A7. Windows color (decimal): -6771778 or 12495768. OLE color: 12495768.

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

Color convert

RGB152171190-
CMYK0.20.1000.25
HSL210º22.62%67.06%-
HSV(B)210º20%74.51%-
XYZ36.8139.5254.4-
YUV167.48140.71116.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521711900.20.1000.2521022.6267.06
Hex98ABBE14A019d21743
Octal230253276241203132227103
Binary10011000101010111011111010100101001100111010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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