#90A0AB

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

Shades of Bali Hai #90A0AB

Tints of Bali Hai #90A0AB

Color information

#90A0AB (or 0x90A0AB) is unknown color: approx Bali Hai. HEX triplet: 90, A0 and AB. RGB value is (144,160,171). Sum of RGB (Red+Green+Blue) = 144+160+171=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0AB is #6F5F54. Grayscale: #9C9C9C. Windows color (decimal): -7298901 or 11247760. OLE color: 11247760.

HSL color Cylindrical-coordinate representation of color #90A0AB: hue angle of 204.44º 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 #90A0AB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144160171-
CMYK0.160.0600.33
HSL204.44º13.85%61.76%-
HSV(B)204.44º15.79%67.06%-
XYZ31.4234.0143.44-
YUV156.47136.2119.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 171 (67.19% from 255) = 36%
R=30.32%
G=33.68%
B=36%

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
Decimal1441601710.160.0600.33204.4413.8561.76
Hex90A0AB106021cce3e
Octal2202402532060413141676
Binary100100001010000010101011100001100100001110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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