#93ADB8

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

Shades of Botticelli #93ADB8

Tints of Botticelli #93ADB8

Color information

#93ADB8 (or 0x93ADB8) is unknown color: approx Botticelli. HEX triplet: 93, AD and B8. RGB value is (147,173,184). Sum of RGB (Red+Green+Blue) = 147+173+184=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #93ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB8 is #6C5247. Grayscale: #A6A6A6. Windows color (decimal): -7098952 or 12103059. OLE color: 12103059.

HSL color Cylindrical-coordinate representation of color #93ADB8: hue angle of 197.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93ADB8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB147173184-
CMYK0.200.0600.28
HSL197.84º20.67%64.9%-
HSV(B)197.84º20.11%72.16%-
XYZ35.6339.5551.1-
YUV166.48137.89114.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 184 (72.27% from 255) = 36.51%
R=29.17%
G=34.33%
B=36.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471731840.200.0600.28197.8420.6764.9
Hex93ADB814601Cc61541
Octal22325527024603430625101
Binary1001001110101101101110001010011001110011000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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