#93BEC3

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

Shades of Botticelli #93BEC3

Tints of Botticelli #93BEC3

Color information

#93BEC3 (or 0x93BEC3) is unknown color: approx Botticelli. HEX triplet: 93, BE and C3. RGB value is (147,190,195). Sum of RGB (Red+Green+Blue) = 147+190+195=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #93BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC3 is #6C413C. Grayscale: #B1B1B1. Windows color (decimal): -7094589 or 12828307. OLE color: 12828307.

HSL color Cylindrical-coordinate representation of color #93BEC3: hue angle of 186.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93BEC3 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147190195-
CMYK0.250.0300.24
HSL186.25º28.57%67.06%-
HSV(B)186.25º24.62%76.47%-
XYZ40.346.9758.57-
YUV177.71137.75106.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.63%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=27.63%
G=35.71%
B=36.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471901950.250.0300.24186.2528.5767.06
Hex93BEC3193018ba1d43
Octal22327630331303027235103
Binary100100111011111011000011110011101100010111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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