#92AEBD

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

Shades of Nepal #92AEBD

Tints of Nepal #92AEBD

Color information

#92AEBD (or 0x92AEBD) is unknown color: approx Nepal. HEX triplet: 92, AE and BD. RGB value is (146,174,189). Sum of RGB (Red+Green+Blue) = 146+174+189=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #92AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEBD is #6D5142. Grayscale: #A7A7A7. Windows color (decimal): -7164227 or 12430994. OLE color: 12430994.

HSL color Cylindrical-coordinate representation of color #92AEBD: hue angle of 200.93º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92AEBD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146174189-
CMYK0.230.0800.26
HSL200.93º24.57%65.69%-
HSV(B)200.93º22.75%74.12%-
XYZ36.1840.0653.97-
YUV167.34140.22112.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.68%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=28.68%
G=34.18%
B=37.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461741890.230.0800.26200.9324.5765.69
Hex92AEBD17801Ac91942
Octal222256275271003231131102
Binary10010010101011101011110110111100001101011001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,189); }

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

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

 a { background-color: rgb(146,174,189); }

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

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

 span { border-color: rgb(146,174,189); }

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