#90A4AB

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

Shades of Botticelli #90A4AB

Tints of Botticelli #90A4AB

Color information

#90A4AB (or 0x90A4AB) is unknown color: approx Botticelli. HEX triplet: 90, A4 and AB. RGB value is (144,164,171). Sum of RGB (Red+Green+Blue) = 144+164+171=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A4AB is #6F5B54. Grayscale: #9E9E9E. Windows color (decimal): -7297877 or 11248784. OLE color: 11248784.

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

Color convert

RGB144164171-
CMYK0.160.0400.33
HSL195.56º13.85%61.76%-
HSV(B)195.56º15.79%67.06%-
XYZ32.1335.4243.67-
YUV158.82134.87117.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=30.06%
G=34.24%
B=35.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441641710.160.0400.33195.5613.8561.76
Hex90A4AB104021c4e3e
Octal2202442532040413041676
Binary100100001010010010101011100001000100001110001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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