Html Css Color HEX #90A6BC Nepal

📋 copy color: '#90A6BC'

red 144 ◦ green 166 ◦ blue 188

#90A6BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #90A6BC

Tints of Nepal #90A6BC

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 value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#90A6BC (or 0x90A6BC) is known color: 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

RGB 144 166 188 -
CMYK 0.23 0.12 0 0.26
HSL 210º 0.25% 0.65% -
HSV(B) 210º 0.23% 0.74% -
XYZ 34.21 36.83 52.88 -
YUV 161.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 144 166 188 0.23 0.12 0 0.26 210 0.25 0.65
Hex 90 A6 BC 17 C 0 1A D2 19 41
Octal 220 246 274 27 14 0 32 322 31 101
Binary 10010000 10100110 10111100 10111 1100 0 11010 11010010 11001 1000001

Color Harmonies of #90A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6BC

Black with #90A6BC

Text Example


Text Example

White with #90A6BC

Text Example


Text Example

HTML Codes & Css Web 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>