#93B9BD

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

Shades of Botticelli #93B9BD

Tints of Botticelli #93B9BD

Color information

#93B9BD (or 0x93B9BD) is unknown color: approx Botticelli. HEX triplet: 93, B9 and BD. RGB value is (147,185,189). Sum of RGB (Red+Green+Blue) = 147+185+189=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #93B9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9BD is #6C4642. Grayscale: #AEAEAE. Windows color (decimal): -7095875 or 12433811. OLE color: 12433811.

HSL color Cylindrical-coordinate representation of color #93B9BD: hue angle of 185.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B9BD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147185189-
CMYK0.220.0200.26
HSL185.71º24.14%65.88%-
HSV(B)185.71º22.22%74.12%-
XYZ38.5744.5854.72-
YUV174.09136.41108.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=28.21%
G=35.51%
B=36.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471851890.220.0200.26185.7124.1465.88
Hex93B9BD16201Aba1842
Octal22327127526203227230102
Binary100100111011100110111101101101001101010111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,185,189); }

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

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

 a { background-color: rgb(147,185,189); }

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

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

 span { border-color: rgb(147,185,189); }

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