#92ADBA

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

Shades of Nepal #92ADBA

Tints of Nepal #92ADBA

Color information

#92ADBA (or 0x92ADBA) is unknown color: approx Nepal. HEX triplet: 92, AD and BA. RGB value is (146,173,186). Sum of RGB (Red+Green+Blue) = 146+173+186=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #92ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADBA is #6D5245. Grayscale: #A6A6A6. Windows color (decimal): -7164486 or 12234130. OLE color: 12234130.

HSL color Cylindrical-coordinate representation of color #92ADBA: hue angle of 199.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92ADBA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146173186-
CMYK0.220.0700.27
HSL199.5º22.47%65.1%-
HSV(B)199.5º21.51%72.94%-
XYZ35.6639.5452.21-
YUV166.41139.05113.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=28.91%
G=34.26%
B=36.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461731860.220.0700.27199.522.4765.1
Hex92ADBA16701Bc81641
Octal22225527226703331026101
Binary1001001010101101101110101011011101101111001000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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