#93BCC4

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

Shades of Botticelli #93BCC4

Tints of Botticelli #93BCC4

Color information

#93BCC4 (or 0x93BCC4) is unknown color: approx Botticelli. HEX triplet: 93, BC and C4. RGB value is (147,188,196). Sum of RGB (Red+Green+Blue) = 147+188+196=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #93BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCC4 is #6C433B. Grayscale: #B0B0B0. Windows color (decimal): -7095100 or 12893331. OLE color: 12893331.

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

Color convert

RGB147188196-
CMYK0.250.0400.23
HSL189.8º29.34%67.25%-
HSV(B)189.8º25%76.86%-
XYZ39.9846.1659.03-
YUV176.65138.92106.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=27.68%
G=35.40%
B=36.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471881960.250.0400.23189.829.3467.25
Hex93BCC4194017be1d43
Octal22327430431402727635103
Binary1001001110111100110001001100110001011110111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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