#93ADB4

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

Shades of Botticelli #93ADB4

Tints of Botticelli #93ADB4

Color information

#93ADB4 (or 0x93ADB4) is unknown color: approx Botticelli. HEX triplet: 93, AD and B4. RGB value is (147,173,180). Sum of RGB (Red+Green+Blue) = 147+173+180=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #93ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB4 is #6C524B. Grayscale: #A5A5A5. Windows color (decimal): -7098956 or 11840915. OLE color: 11840915.

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

Color convert

RGB147173180-
CMYK0.180.0400.29
HSL192.73º18.03%64.12%-
HSV(B)192.73º18.33%70.59%-
XYZ35.2139.3948.93-
YUV166.02135.89114.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 180 (70.70% from 255) = 36%
R=29.4%
G=34.6%
B=36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471731800.180.0400.29192.7318.0364.12
Hex93ADB412401Dc11240
Octal22325526422403530122100
Binary1001001110101101101101001001010001110111000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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