#93BCC0

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

Shades of Botticelli #93BCC0

Tints of Botticelli #93BCC0

Color information

#93BCC0 (or 0x93BCC0) is unknown color: approx Botticelli. HEX triplet: 93, BC and C0. RGB value is (147,188,192). Sum of RGB (Red+Green+Blue) = 147+188+192=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #93BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCC0 is #6C433F. Grayscale: #B0B0B0. Windows color (decimal): -7095104 or 12631187. OLE color: 12631187.

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

Color convert

RGB147188192-
CMYK0.230.0200.25
HSL185.33º26.32%66.47%-
HSV(B)185.33º23.44%75.29%-
XYZ39.5345.9856.66-
YUV176.2136.92107.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=27.89%
G=35.67%
B=36.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471881920.230.0200.25185.3326.3266.47
Hex93BCC0172019b91a42
Octal22327430027203127132102
Binary100100111011110011000000101111001100110111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,192); }

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

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

 a { background-color: rgb(147,188,192); }

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

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

 span { border-color: rgb(147,188,192); }

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