#90ABAE

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

Shades of Botticelli #90ABAE

Tints of Botticelli #90ABAE

Color information

#90ABAE (or 0x90ABAE) is unknown color: approx Botticelli. HEX triplet: 90, AB and AE. RGB value is (144,171,174). Sum of RGB (Red+Green+Blue) = 144+171+174=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #90ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAE is #6F5451. Grayscale: #A3A3A3. Windows color (decimal): -7296082 or 11447184. OLE color: 11447184.

HSL color Cylindrical-coordinate representation of color #90ABAE: hue angle of 186º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ABAE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144171174-
CMYK0.170.0200.32
HSL186º15.62%62.35%-
HSV(B)186º17.24%68.24%-
XYZ33.738.1145.62-
YUV163.27134.05114.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=29.45%
G=34.97%
B=35.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441711740.170.0200.3218615.6262.35
Hex90ABAE112020ba103e
Octal2202532562120402722076
Binary100100001010101110101110100011001000001011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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