#99ADBE

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

Shades of Nepal #99ADBE

Tints of Nepal #99ADBE

Color information

#99ADBE (or 0x99ADBE) is unknown color: approx Nepal. HEX triplet: 99, AD and BE. RGB value is (153,173,190). Sum of RGB (Red+Green+Blue) = 153+173+190=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #99ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBE is #665241. Grayscale: #A8A8A8. Windows color (decimal): -6705730 or 12496281. OLE color: 12496281.

HSL color Cylindrical-coordinate representation of color #99ADBE: hue angle of 207.57º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99ADBE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153173190-
CMYK0.190.0900.25
HSL207.57º22.16%67.25%-
HSV(B)207.57º19.47%74.51%-
XYZ37.3740.3854.54-
YUV168.96139.87116.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=29.65%
G=33.53%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531731900.190.0900.25207.5722.1667.25
Hex99ADBE139019d01643
Octal231255276231103132026103
Binary10011001101011011011111010011100101100111010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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