#90AEBC

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

Shades of Nepal #90AEBC

Tints of Nepal #90AEBC

Color information

#90AEBC (or 0x90AEBC) is unknown color: approx Nepal. HEX triplet: 90, AE and BC. RGB value is (144,174,188). Sum of RGB (Red+Green+Blue) = 144+174+188=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #90AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEBC is #6F5143. Grayscale: #A6A6A6. Windows color (decimal): -7295300 or 12365456. OLE color: 12365456.

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

Color convert

RGB144174188-
CMYK0.230.0700.26
HSL199.09º24.72%65.1%-
HSV(B)199.09º23.4%73.73%-
XYZ35.7139.8353.38-
YUV166.63140.06111.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=28.46%
G=34.39%
B=37.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441741880.230.0700.26199.0924.7265.1
Hex90AEBC17701Ac71941
Octal22025627427703230731101
Binary1001000010101110101111001011111101101011000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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