#90ABBC

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

Shades of Nepal #90ABBC

Tints of Nepal #90ABBC

Color information

#90ABBC (or 0x90ABBC) is unknown color: approx Nepal. HEX triplet: 90, AB and BC. RGB value is (144,171,188). Sum of RGB (Red+Green+Blue) = 144+171+188=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #90ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABBC is #6F5443. Grayscale: #A4A4A4. Windows color (decimal): -7296068 or 12364688. OLE color: 12364688.

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

Color convert

RGB144171188-
CMYK0.230.0900.26
HSL203.18º24.72%65.1%-
HSV(B)203.18º23.4%73.73%-
XYZ35.1438.6953.19-
YUV164.86141.05113.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=28.63%
G=34.00%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441711880.230.0900.26203.1824.7265.1
Hex90ABBC17901Acb1941
Octal220253274271103231331101
Binary10010000101010111011110010111100101101011001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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