#94A4AC

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

Shades of Botticelli #94A4AC

Tints of Botticelli #94A4AC

Color information

#94A4AC (or 0x94A4AC) is unknown color: approx Botticelli. HEX triplet: 94, A4 and AC. RGB value is (148,164,172). Sum of RGB (Red+Green+Blue) = 148+164+172=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #94A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A4AC is #6B5B53. Grayscale: #A0A0A0. Windows color (decimal): -7035732 or 11314324. OLE color: 11314324.

HSL color Cylindrical-coordinate representation of color #94A4AC: hue angle of 200º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A4AC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148164172-
CMYK0.140.0500.33
HSL200º12.63%62.75%-
HSV(B)200º13.95%67.45%-
XYZ32.9335.8344.21-
YUV160.13134.7119.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=30.58%
G=33.88%
B=35.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481641720.140.0500.3320012.6362.75
Hex94A4ACE5021c8d3f
Octal2242442541650413101577
Binary10010100101001001010110011101010100001110010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A4AC; }

 p { color: rgb(148,164,172); }

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

<style>
 a { background-color: #94A4AC; }

 a { background-color: rgb(148,164,172); }

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

<style>
 span { border-color: #94A4AC; }

 span { border-color: rgb(148,164,172); }

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