#92ABBC

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

Shades of Nepal #92ABBC

Tints of Nepal #92ABBC

Color information

#92ABBC (or 0x92ABBC) is unknown color: approx Nepal. HEX triplet: 92, AB and BC. RGB value is (146,171,188). Sum of RGB (Red+Green+Blue) = 146+171+188=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #92ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABBC is #6D5443. Grayscale: #A5A5A5. Windows color (decimal): -7164996 or 12364690. OLE color: 12364690.

HSL color Cylindrical-coordinate representation of color #92ABBC: hue angle of 204.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92ABBC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146171188-
CMYK0.220.0900.26
HSL204.29º23.86%65.49%-
HSV(B)204.29º22.34%73.73%-
XYZ35.4938.8753.21-
YUV165.46140.72114.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=28.91%
G=33.86%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461711880.220.0900.26204.2923.8665.49
Hex92ABBC16901Acc1841
Octal222253274261103231430101
Binary10010010101010111011110010110100101101011001100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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