#93B5BE

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

Shades of Botticelli #93B5BE

Tints of Botticelli #93B5BE

Color information

#93B5BE (or 0x93B5BE) is unknown color: approx Botticelli. HEX triplet: 93, B5 and BE. RGB value is (147,181,190). Sum of RGB (Red+Green+Blue) = 147+181+190=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5BE is #6C4A41. Grayscale: #ABABAB. Windows color (decimal): -7096898 or 12498323. OLE color: 12498323.

HSL color Cylindrical-coordinate representation of color #93B5BE: hue angle of 192.56º 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 #93B5BE is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147181190-
CMYK0.230.0500.25
HSL192.56º24.86%66.08%-
HSV(B)192.56º22.63%74.51%-
XYZ37.8542.9755.01-
YUV171.86138.24110.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=28.38%
G=34.94%
B=36.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471811900.230.0500.25192.5624.8666.08
Hex93B5BE175019c11942
Octal22326527627503130131102
Binary1001001110110101101111101011110101100111000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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