#90A6BC

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

Shades of Nepal #90A6BC

Tints of Nepal #90A6BC

Color information

#90A6BC (or 0x90A6BC) is unknown color: approx Nepal. HEX triplet: 90, A6 and BC. RGB value is (144,166,188). Sum of RGB (Red+Green+Blue) = 144+166+188=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #90A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6BC is #6F5943. Grayscale: #A1A1A1. Windows color (decimal): -7297348 or 12363408. OLE color: 12363408.

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

Color convert

RGB144166188-
CMYK0.230.1200.26
HSL210º24.72%65.1%-
HSV(B)210º23.4%73.73%-
XYZ34.2136.8352.88-
YUV161.93142.71115.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=28.92%
G=33.33%
B=37.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441661880.230.1200.2621024.7265.1
Hex90A6BC17C01Ad21941
Octal220246274271403232231101
Binary10010000101001101011110010111110001101011010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A6BC; }

 p { color: rgb(144,166,188); }

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

<style>
 a { background-color: #90A6BC; }

 a { background-color: rgb(144,166,188); }

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

<style>
 span { border-color: #90A6BC; }

 span { border-color: rgb(144,166,188); }

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