#93AEB0

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

Shades of Botticelli #93AEB0

Tints of Botticelli #93AEB0

Color information

#93AEB0 (or 0x93AEB0) is unknown color: approx Botticelli. HEX triplet: 93, AE and B0. RGB value is (147,174,176). Sum of RGB (Red+Green+Blue) = 147+174+176=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #93AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEB0 is #6C514F. Grayscale: #A6A6A6. Windows color (decimal): -7098704 or 11579027. OLE color: 11579027.

HSL color Cylindrical-coordinate representation of color #93AEB0: hue angle of 184.14º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AEB0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147174176-
CMYK0.160.0100.31
HSL184.14º15.51%63.33%-
HSV(B)184.14º16.48%69.02%-
XYZ35.0139.6146.87-
YUV166.15133.55114.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=29.58%
G=35.01%
B=35.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471741760.160.0100.31184.1415.5163.33
Hex93AEB010101Fb8103f
Octal2232562602010372702077
Binary1001001110101110101100001000010111111011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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