#93B1BA

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

Shades of Botticelli #93B1BA

Tints of Botticelli #93B1BA

Color information

#93B1BA (or 0x93B1BA) is unknown color: approx Botticelli. HEX triplet: 93, B1 and BA. RGB value is (147,177,186). Sum of RGB (Red+Green+Blue) = 147+177+186=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #93B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1BA is #6C4E45. Grayscale: #A8A8A8. Windows color (decimal): -7097926 or 12235155. OLE color: 12235155.

HSL color Cylindrical-coordinate representation of color #93B1BA: hue angle of 193.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B1BA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147177186-
CMYK0.210.0500.27
HSL193.85º22.03%65.29%-
HSV(B)193.85º20.97%72.94%-
XYZ36.6241.1952.48-
YUV169.06137.56112.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=28.82%
G=34.71%
B=36.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471771860.210.0500.27193.8522.0365.29
Hex93B1BA15501Bc21641
Octal22326127225503330226101
Binary1001001110110001101110101010110101101111000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,177,186); }

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

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

 a { background-color: rgb(147,177,186); }

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

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

 span { border-color: rgb(147,177,186); }

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