#92ABBD

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

Shades of Nepal #92ABBD

Tints of Nepal #92ABBD

Color information

#92ABBD (or 0x92ABBD) is unknown color: approx Nepal. HEX triplet: 92, AB and BD. RGB value is (146,171,189). Sum of RGB (Red+Green+Blue) = 146+171+189=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #92ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABBD is #6D5442. Grayscale: #A5A5A5. Windows color (decimal): -7164995 or 12430226. OLE color: 12430226.

HSL color Cylindrical-coordinate representation of color #92ABBD: hue angle of 205.12º 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 #92ABBD is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146171189-
CMYK0.230.1000.26
HSL205.12º24.57%65.69%-
HSV(B)205.12º22.75%74.12%-
XYZ35.638.9153.78-
YUV165.58141.22114.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=28.85%
G=33.79%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461711890.230.1000.26205.1224.5765.69
Hex92ABBD17A01Acd1942
Octal222253275271203231531102
Binary10010010101010111011110110111101001101011001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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