#93BAC1

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

Shades of Botticelli #93BAC1

Tints of Botticelli #93BAC1

Color information

#93BAC1 (or 0x93BAC1) is unknown color: approx Botticelli. HEX triplet: 93, BA and C1. RGB value is (147,186,193). Sum of RGB (Red+Green+Blue) = 147+186+193=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #93BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAC1 is #6C453E. Grayscale: #AFAFAF. Windows color (decimal): -7095615 or 12696211. OLE color: 12696211.

HSL color Cylindrical-coordinate representation of color #93BAC1: hue angle of 189.13º 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 #93BAC1 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147186193-
CMYK0.240.0400.24
HSL189.13º27.06%66.67%-
HSV(B)189.13º23.83%75.69%-
XYZ39.2245.1757.1-
YUV175.14138.08107.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=27.95%
G=35.36%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471861930.240.0400.24189.1327.0666.67
Hex93BAC1184018bd1b43
Octal22327230130403027533103
Binary1001001110111010110000011100010001100010111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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