#93ABB0

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

Shades of Botticelli #93ABB0

Tints of Botticelli #93ABB0

Color information

#93ABB0 (or 0x93ABB0) is unknown color: approx Botticelli. HEX triplet: 93, AB and B0. RGB value is (147,171,176). Sum of RGB (Red+Green+Blue) = 147+171+176=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #93ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABB0 is #6C544F. Grayscale: #A4A4A4. Windows color (decimal): -7099472 or 11578259. OLE color: 11578259.

HSL color Cylindrical-coordinate representation of color #93ABB0: hue angle of 190.34º 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 #93ABB0 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147171176-
CMYK0.160.0300.31
HSL190.34º15.51%63.33%-
HSV(B)190.34º16.48%69.02%-
XYZ34.4338.4646.68-
YUV164.39134.55115.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 176 (69.14% from 255) = 35.63%
R=29.76%
G=34.62%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471711760.160.0300.31190.3415.5163.33
Hex93ABB010301Fbe103f
Octal2232532602030372762077
Binary10010011101010111011000010000110111111011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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