#90ABBA

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

Shades of Nepal #90ABBA

Tints of Nepal #90ABBA

Color information

#90ABBA (or 0x90ABBA) is unknown color: approx Nepal. HEX triplet: 90, AB and BA. RGB value is (144,171,186). Sum of RGB (Red+Green+Blue) = 144+171+186=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #90ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABBA is #6F5445. Grayscale: #A4A4A4. Windows color (decimal): -7296070 or 12233616. OLE color: 12233616.

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

Color convert

RGB144171186-
CMYK0.230.0800.27
HSL201.43º23.33%64.71%-
HSV(B)201.43º22.58%72.94%-
XYZ34.9338.652.06-
YUV164.64140.05113.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=28.74%
G=34.13%
B=37.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441711860.230.0800.27201.4323.3364.71
Hex90ABBA17801Bc91741
Octal220253272271003331127101
Binary10010000101010111011101010111100001101111001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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