#90A1AB

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

Shades of Bali Hai #90A1AB

Tints of Bali Hai #90A1AB

Color information

#90A1AB (or 0x90A1AB) is unknown color: approx Bali Hai. HEX triplet: 90, A1 and AB. RGB value is (144,161,171). Sum of RGB (Red+Green+Blue) = 144+161+171=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A1AB is #6F5E54. Grayscale: #9D9D9D. Windows color (decimal): -7298645 or 11248016. OLE color: 11248016.

HSL color Cylindrical-coordinate representation of color #90A1AB: hue angle of 202.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A1AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144161171-
CMYK0.160.0600.33
HSL202.22º13.85%61.76%-
HSV(B)202.22º15.79%67.06%-
XYZ31.634.3643.49-
YUV157.06135.87118.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=30.25%
G=33.82%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441611710.160.0600.33202.2213.8561.76
Hex90A1AB106021cae3e
Octal2202412532060413121676
Binary100100001010000110101011100001100100001110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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