#93B6BB

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

Shades of Botticelli #93B6BB

Tints of Botticelli #93B6BB

Color information

#93B6BB (or 0x93B6BB) is unknown color: approx Botticelli. HEX triplet: 93, B6 and BB. RGB value is (147,182,187). Sum of RGB (Red+Green+Blue) = 147+182+187=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #93B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B6BB is #6C4944. Grayscale: #ACACAC. Windows color (decimal): -7096645 or 12301971. OLE color: 12301971.

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

Color convert

RGB147182187-
CMYK0.210.0300.27
HSL187.5º22.73%65.49%-
HSV(B)187.5º21.39%73.33%-
XYZ37.7343.2553.37-
YUV172.1136.4110.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.49%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=28.49%
G=35.27%
B=36.24%

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
Decimal1471821870.210.0300.27187.522.7365.49
Hex93B6BB15301Bbc1741
Octal22326627325303327427101
Binary100100111011011010111011101011101101110111100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,182,187); }

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

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

 a { background-color: rgb(147,182,187); }

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

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

 span { border-color: rgb(147,182,187); }

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