#93AEB5

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

Shades of Botticelli #93AEB5

Tints of Botticelli #93AEB5

Color information

#93AEB5 (or 0x93AEB5) is unknown color: approx Botticelli. HEX triplet: 93, AE and B5. RGB value is (147,174,181). Sum of RGB (Red+Green+Blue) = 147+174+181=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #93AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEB5 is #6C514A. Grayscale: #A6A6A6. Windows color (decimal): -7098699 or 11906707. OLE color: 11906707.

HSL color Cylindrical-coordinate representation of color #93AEB5: hue angle of 192.35º 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 #93AEB5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147174181-
CMYK0.190.0400.29
HSL192.35º18.68%64.31%-
HSV(B)192.35º18.78%70.98%-
XYZ35.5139.8149.53-
YUV166.72136.05113.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=29.28%
G=34.66%
B=36.06%

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
Decimal1471741810.190.0400.29192.3518.6864.31
Hex93AEB513401Dc01340
Octal22325626523403530023100
Binary1001001110101110101101011001110001110111000000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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