#93B4BA

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

Shades of Botticelli #93B4BA

Tints of Botticelli #93B4BA

Color information

#93B4BA (or 0x93B4BA) is unknown color: approx Botticelli. HEX triplet: 93, B4 and BA. RGB value is (147,180,186). Sum of RGB (Red+Green+Blue) = 147+180+186=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #93B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4BA is #6C4B45. Grayscale: #AAAAAA. Windows color (decimal): -7097158 or 12235923. OLE color: 12235923.

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

Color convert

RGB147180186-
CMYK0.210.0300.27
HSL189.23º22.03%65.29%-
HSV(B)189.23º20.97%72.94%-
XYZ37.2242.3952.68-
YUV170.82136.57111.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=28.65%
G=35.09%
B=36.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471801860.210.0300.27189.2322.0365.29
Hex93B4BA15301Bbd1641
Octal22326427225303327526101
Binary100100111011010010111010101011101101110111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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