#93BEC1

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

Shades of Botticelli #93BEC1

Tints of Botticelli #93BEC1

Color information

#93BEC1 (or 0x93BEC1) is unknown color: approx Botticelli. HEX triplet: 93, BE and C1. RGB value is (147,190,193). Sum of RGB (Red+Green+Blue) = 147+190+193=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #93BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEC1 is #6C413E. Grayscale: #B1B1B1. Windows color (decimal): -7094591 or 12697235. OLE color: 12697235.

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

Color convert

RGB147190193-
CMYK0.240.0200.24
HSL183.91º27.06%66.67%-
HSV(B)183.91º23.83%75.69%-
XYZ40.0746.8857.39-
YUV177.48136.75106.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=27.74%
G=35.85%
B=36.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471901930.240.0200.24183.9127.0666.67
Hex93BEC1182018b81b43
Octal22327630130203027033103
Binary100100111011111011000001110001001100010111000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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