#94A5AC

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

Shades of Botticelli #94A5AC

Tints of Botticelli #94A5AC

Color information

#94A5AC (or 0x94A5AC) is unknown color: approx Botticelli. HEX triplet: 94, A5 and AC. RGB value is (148,165,172). Sum of RGB (Red+Green+Blue) = 148+165+172=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #94A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A5AC is #6B5A53. Grayscale: #A0A0A0. Windows color (decimal): -7035476 or 11314580. OLE color: 11314580.

HSL color Cylindrical-coordinate representation of color #94A5AC: hue angle of 197.5º 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 #94A5AC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148165172-
CMYK0.140.0400.33
HSL197.5º12.63%62.75%-
HSV(B)197.5º13.95%67.45%-
XYZ33.1136.1844.27-
YUV160.71134.37118.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=30.52%
G=34.02%
B=35.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481651720.140.0400.33197.512.6362.75
Hex94A5ACE4021c5d3f
Octal2242452541640413051577
Binary10010100101001011010110011101000100001110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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