#99ADBF

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

Shades of Nepal #99ADBF

Tints of Nepal #99ADBF

Color information

#99ADBF (or 0x99ADBF) is unknown color: approx Nepal. HEX triplet: 99, AD and BF. RGB value is (153,173,191). Sum of RGB (Red+Green+Blue) = 153+173+191=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #99ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBF is #665240. Grayscale: #A8A8A8. Windows color (decimal): -6705729 or 12561817. OLE color: 12561817.

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

Color convert

RGB153173191-
CMYK0.200.0900.25
HSL208.42º22.89%67.45%-
HSV(B)208.42º19.9%74.9%-
XYZ37.4840.4255.12-
YUV169.07140.37116.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 36.94%
R=29.59%
G=33.46%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531731910.200.0900.25208.4222.8967.45
Hex99ADBF149019d01743
Octal231255277241103132027103
Binary10011001101011011011111110100100101100111010000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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