#93ADB5

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

Shades of Botticelli #93ADB5

Tints of Botticelli #93ADB5

Color information

#93ADB5 (or 0x93ADB5) is unknown color: approx Botticelli. HEX triplet: 93, AD and B5. RGB value is (147,173,181). Sum of RGB (Red+Green+Blue) = 147+173+181=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #93ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB5 is #6C524A. Grayscale: #A6A6A6. Windows color (decimal): -7098955 or 11906451. OLE color: 11906451.

HSL color Cylindrical-coordinate representation of color #93ADB5: hue angle of 194.12º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93ADB5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147173181-
CMYK0.190.0400.29
HSL194.12º18.68%64.31%-
HSV(B)194.12º18.78%70.98%-
XYZ35.3239.4349.46-
YUV166.14136.39114.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=29.34%
G=34.53%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471731810.190.0400.29194.1218.6864.31
Hex93ADB513401Dc21340
Octal22325526523403530223100
Binary1001001110101101101101011001110001110111000010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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