#93B8BE

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

Shades of Botticelli #93B8BE

Tints of Botticelli #93B8BE

Color information

#93B8BE (or 0x93B8BE) is unknown color: approx Botticelli. HEX triplet: 93, B8 and BE. RGB value is (147,184,190). Sum of RGB (Red+Green+Blue) = 147+184+190=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8BE is #6C4741. Grayscale: #ADADAD. Windows color (decimal): -7096130 or 12499091. OLE color: 12499091.

HSL color Cylindrical-coordinate representation of color #93B8BE: hue angle of 188.37º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B8BE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147184190-
CMYK0.230.0300.25
HSL188.37º24.86%66.08%-
HSV(B)188.37º22.63%74.51%-
XYZ38.4744.255.22-
YUV173.62137.24109.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=28.21%
G=35.32%
B=36.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471841900.230.0300.25188.3724.8666.08
Hex93B8BE173019bc1942
Octal22327027627303127431102
Binary100100111011100010111110101111101100110111100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,184,190); }

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

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

 a { background-color: rgb(147,184,190); }

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

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

 span { border-color: rgb(147,184,190); }

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