#90ABAD

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

Shades of Botticelli #90ABAD

Tints of Botticelli #90ABAD

Color information

#90ABAD (or 0x90ABAD) is unknown color: approx Botticelli. HEX triplet: 90, AB and AD. RGB value is (144,171,173). Sum of RGB (Red+Green+Blue) = 144+171+173=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #90ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAD is #6F5452. Grayscale: #A3A3A3. Windows color (decimal): -7296083 or 11381648. OLE color: 11381648.

HSL color Cylindrical-coordinate representation of color #90ABAD: hue angle of 184.14º degrees, saturation: 0.15, 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 #90ABAD is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144171173-
CMYK0.170.0100.32
HSL184.14º15.03%62.16%-
HSV(B)184.14º16.76%67.84%-
XYZ33.6138.0745.11-
YUV163.16133.55114.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=29.51%
G=35.04%
B=35.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441711730.170.0100.32184.1415.0362.16
Hex90ABAD111020b8f3e
Octal2202532552110402701776
Binary1001000010101011101011011000110100000101110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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