#92AEBB

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

Shades of Nepal #92AEBB

Tints of Nepal #92AEBB

Color information

#92AEBB (or 0x92AEBB) is unknown color: approx Nepal. HEX triplet: 92, AE and BB. RGB value is (146,174,187). Sum of RGB (Red+Green+Blue) = 146+174+187=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #92AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEBB is #6D5144. Grayscale: #A7A7A7. Windows color (decimal): -7164229 or 12299922. OLE color: 12299922.

HSL color Cylindrical-coordinate representation of color #92AEBB: hue angle of 199.02º degrees, saturation: 0.23, 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 #92AEBB is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146174187-
CMYK0.220.0700.27
HSL199.02º23.16%65.29%-
HSV(B)199.02º21.93%73.33%-
XYZ35.9639.9752.83-
YUV167.11139.22112.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=28.80%
G=34.32%
B=36.88%

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
Decimal1461741870.220.0700.27199.0223.1665.29
Hex92AEBB16701Bc71741
Octal22225627326703330727101
Binary1001001010101110101110111011011101101111000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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