#93ABAD

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

Shades of Botticelli #93ABAD

Tints of Botticelli #93ABAD

Color information

#93ABAD (or 0x93ABAD) is unknown color: approx Botticelli. HEX triplet: 93, AB and AD. RGB value is (147,171,173). Sum of RGB (Red+Green+Blue) = 147+171+173=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #93ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABAD is #6C5452. Grayscale: #A4A4A4. Windows color (decimal): -7099475 or 11381651. OLE color: 11381651.

HSL color Cylindrical-coordinate representation of color #93ABAD: hue angle of 184.62º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ABAD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147171173-
CMYK0.150.0100.32
HSL184.62º13.68%62.75%-
HSV(B)184.62º15.03%67.84%-
XYZ34.1438.3545.14-
YUV164.05133.05115.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=29.94%
G=34.83%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471711730.150.0100.32184.6213.6862.75
Hex93ABADF1020b9e3f
Octal2232532551710402711677
Binary100100111010101110101101111110100000101110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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