#99ABBF

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

Shades of Nepal #99ABBF

Tints of Nepal #99ABBF

Color information

#99ABBF (or 0x99ABBF) is unknown color: approx Nepal. HEX triplet: 99, AB and BF. RGB value is (153,171,191). Sum of RGB (Red+Green+Blue) = 153+171+191=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #99ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBF is #665440. Grayscale: #A7A7A7. Windows color (decimal): -6706241 or 12561305. OLE color: 12561305.

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

Color convert

RGB153171191-
CMYK0.200.1000.25
HSL211.58º22.89%67.45%-
HSV(B)211.58º19.9%74.9%-
XYZ37.139.6654.99-
YUV167.9141.04117.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 191 (75% from 255) = 37.09%
R=29.71%
G=33.20%
B=37.09%

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
Decimal1531711910.200.1000.25211.5822.8967.45
Hex99ABBF14A019d41743
Octal231253277241203132427103
Binary10011001101010111011111110100101001100111010100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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