#91ADBE

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

Shades of Nepal #91ADBE

Tints of Nepal #91ADBE

Color information

#91ADBE (or 0x91ADBE) is unknown color: approx Nepal. HEX triplet: 91, AD and BE. RGB value is (145,173,190). Sum of RGB (Red+Green+Blue) = 145+173+190=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #91ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADBE is #6E5241. Grayscale: #A6A6A6. Windows color (decimal): -7230018 or 12496273. OLE color: 12496273.

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

Color convert

RGB145173190-
CMYK0.240.0900.25
HSL202.67º25.71%65.69%-
HSV(B)202.67º23.68%74.51%-
XYZ35.9139.6254.47-
YUV166.57141.22112.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.54%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=28.54%
G=34.06%
B=37.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451731900.240.0900.25202.6725.7165.69
Hex91ADBE189019cb1a42
Octal221255276301103131332102
Binary10010001101011011011111011000100101100111001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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