Html Css Color HEX #90A8BA Nepal

📋 copy color: '#90A8BA'

red 144 ◦ green 168 ◦ blue 186

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

Shades of Nepal #90A8BA

Tints of Nepal #90A8BA

RGB

 RED value IS 144 (56.64% from 255) = 28.92%

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 28.92%
G = 33.73%
B = 37.35%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90A8BA (or 0x90A8BA) is known color: Nepal. HEX triplet: 90, A8 and BA. RGB value is (144,168,186). Sum of RGB (Red+Green+Blue) = 144+168+186=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #90A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8BA is #6F5745. Grayscale: #A2A2A2. Windows color (decimal): -7296838 or 12232848. OLE color: 12232848.

HSL color Cylindrical-coordinate representation of color #90A8BA: hue angle of 205.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90A8BA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 168 186 -
CMYK 0.23 0.10 0 0.27
HSL 205.71º 0.23% 0.65% -
HSV(B) 205.71º 0.23% 0.73% -
XYZ 34.37 37.48 51.88 -
YUV 162.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 144 168 186 0.23 0.10 0 0.27 205.71 0.23 0.65
Hex 90 A8 BA 17 A 0 1B CE 17 41
Octal 220 250 272 27 12 0 33 316 27 101
Binary 10010000 10101000 10111010 10111 1010 0 11011 11001110 10111 1000001

Color Harmonies of #90A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8BA

Black with #90A8BA

Text Example


Text Example

White with #90A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,186); }

 H1.HeaderClassName
 {
   color: #90A8BA;
 }
 .AnyTagClassName
 {
   color: #90A8BA;
 }
</style>

background-color css

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

 a { background-color: rgb(144,168,186); }

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

border-color css

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

 span { border-color: rgb(144,168,186); }

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