#99ADBA

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

Shades of Nepal #99ADBA

Tints of Nepal #99ADBA

Color information

#99ADBA (or 0x99ADBA) is unknown color: approx Nepal. HEX triplet: 99, AD and BA. RGB value is (153,173,186). Sum of RGB (Red+Green+Blue) = 153+173+186=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #99ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBA is #665245. Grayscale: #A8A8A8. Windows color (decimal): -6705734 or 12234137. OLE color: 12234137.

HSL color Cylindrical-coordinate representation of color #99ADBA: hue angle of 203.64º degrees, saturation: 0.19, 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 #99ADBA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153173186-
CMYK0.180.0700.27
HSL203.64º19.3%66.47%-
HSV(B)203.64º17.74%72.94%-
XYZ36.9440.252.27-
YUV168.5137.87116.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=29.88%
G=33.79%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531731860.180.0700.27203.6419.366.47
Hex99ADBA12701Bcc1342
Octal23125527222703331423102
Binary1001100110101101101110101001011101101111001100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,186); }

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

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

 a { background-color: rgb(153,173,186); }

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

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

 span { border-color: rgb(153,173,186); }

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