#92ABBA

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

Shades of Nepal #92ABBA

Tints of Nepal #92ABBA

Color information

#92ABBA (or 0x92ABBA) is unknown color: approx Nepal. HEX triplet: 92, AB and BA. RGB value is (146,171,186). Sum of RGB (Red+Green+Blue) = 146+171+186=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #92ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABBA is #6D5445. Grayscale: #A5A5A5. Windows color (decimal): -7164998 or 12233618. OLE color: 12233618.

HSL color Cylindrical-coordinate representation of color #92ABBA: hue angle of 202.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 #92ABBA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146171186-
CMYK0.220.0800.27
HSL202.5º22.47%65.1%-
HSV(B)202.5º21.51%72.94%-
XYZ35.2838.7852.08-
YUV165.24139.72114.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=29.03%
G=34.00%
B=36.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461711860.220.0800.27202.522.4765.1
Hex92ABBA16801Bca1641
Octal222253272261003331226101
Binary10010010101010111011101010110100001101111001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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